Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5af530a0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Apply transition on the back arrow on NotificationHistory page" into sc-dev

parents abd364e1 3e9c576b
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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();