Merge "Apply transition on the back arrow on NotificationHistory page" into sc-dev
diff --git a/src/com/android/settings/notification/history/NotificationHistoryActivity.java b/src/com/android/settings/notification/history/NotificationHistoryActivity.java
index bbe36d1..2c80668 100644
--- a/src/com/android/settings/notification/history/NotificationHistoryActivity.java
+++ b/src/com/android/settings/notification/history/NotificationHistoryActivity.java
@@ -306,12 +306,6 @@
         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();