Only one action bar needed

And it's provided by the Activity.

Test: notification history does not crash
Bug: 184695659
Change-Id: I5a4c882c42b894601306826006152684bb499b51
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7f73d2cc..ef53747 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1296,7 +1296,7 @@
         <activity
             android:name=".notification.history.NotificationHistoryActivity"
             android:exported="true"
-            android:theme="@android:style/Theme.DeviceDefault.DayNight"
+            android:theme="@style/Theme.NotificationHistory"
             android:label="@string/notification_history_title">
             <intent-filter android:priority="1">
                 <action android:name="android.settings.NOTIFICATION_HISTORY" />