Merge "Fix settings crash" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
20c5853744
@@ -581,7 +581,7 @@ public class NotificationStation extends SettingsPreferenceFragment {
|
||||
.append(bold(getString(
|
||||
R.string.notification_log_details_title)))
|
||||
.append(delim)
|
||||
.append(action.title);
|
||||
.append(action.title != null ? action.title : "");
|
||||
if (action.actionIntent != null) {
|
||||
sb.append("\n ")
|
||||
.append(bold(getString(
|
||||
|
Reference in New Issue
Block a user