Browse Source

try to show correct back button

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 9 months ago
parent
commit
25d984d281

+ 2 - 1
app/src/main/java/com/owncloud/android/ui/activity/NotificationsActivity.kt

@@ -96,7 +96,8 @@ class NotificationsActivity : DrawerActivity(), NotificationsContract.View {
                 this,
                 this,
                 it,
                 it,
                 getString(R.string.drawer_item_notifications),
                 getString(R.string.drawer_item_notifications),
-                menuIcon)    
+                menuIcon
+            )
         }
         }
     }
     }