Loading src/com/android/settings/notification/history/NotificationHistoryActivity.java +0 −6 Original line number Diff line number Diff line Loading @@ -306,12 +306,6 @@ public class NotificationHistoryActivity extends CollapsingToolbarBaseActivity { super.onDestroy(); } @Override public boolean onNavigateUp() { finish(); return true; } private @ColorInt int obtainThemeColor(@AttrRes int attrRes) { Resources.Theme theme = new ContextThemeWrapper(this, android.R.style.Theme_DeviceDefault_DayNight).getTheme(); Loading Loading
src/com/android/settings/notification/history/NotificationHistoryActivity.java +0 −6 Original line number Diff line number Diff line Loading @@ -306,12 +306,6 @@ public class NotificationHistoryActivity extends CollapsingToolbarBaseActivity { super.onDestroy(); } @Override public boolean onNavigateUp() { finish(); return true; } private @ColorInt int obtainThemeColor(@AttrRes int attrRes) { Resources.Theme theme = new ContextThemeWrapper(this, android.R.style.Theme_DeviceDefault_DayNight).getTheme(); Loading