Merge "Fix settings crash" into udc-dev am: 20c5853744
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21650756 Change-Id: I2279f891c8eeec33e43bc19460a57c5136e2eec7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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