Skip to content

Commit

Permalink
try to show correct back button
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Sep 24, 2024
1 parent ed0cf9a commit 74d41be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ class NotificationsActivity : DrawerActivity(), NotificationsContract.View {
this,
it,
getString(R.string.drawer_item_notifications),
menuIcon)
menuIcon
)
}
}

Expand Down

0 comments on commit 74d41be

Please sign in to comment.