Merge "Apply transition on the back arrow on NotificationHistory page" into sc-dev am: 5af530a054
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14542668 Change-Id: If952f0d808233d1a28e4c87694242264f9bb0506
This commit is contained in:
@@ -306,12 +306,6 @@ public class NotificationHistoryActivity extends CollapsingToolbarBaseActivity {
|
|||||||
super.onDestroy();
|
super.onDestroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean onNavigateUp() {
|
|
||||||
finish();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
private @ColorInt int obtainThemeColor(@AttrRes int attrRes) {
|
private @ColorInt int obtainThemeColor(@AttrRes int attrRes) {
|
||||||
Resources.Theme theme = new ContextThemeWrapper(this,
|
Resources.Theme theme = new ContextThemeWrapper(this,
|
||||||
android.R.style.Theme_DeviceDefault_DayNight).getTheme();
|
android.R.style.Theme_DeviceDefault_DayNight).getTheme();
|
||||||
|
Reference in New Issue
Block a user