Merge "Fix settings crash" into udc-dev

This commit is contained in:
Julia Reynolds
2023-02-28 23:02:06 +00:00
committed by Android (Google) Code Review

View File

@@ -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(