We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3513b commit a446b5bCopy full SHA for a446b5b
app/src/main/java/fr/free/nrw/commons/notification/NotificationActivity.java
@@ -95,6 +95,7 @@ private void setAdapter(List<Notification> notificationList) {
95
96
public static void startYourself(Context context) {
97
Intent intent = new Intent(context, NotificationActivity.class);
98
+ intent.addFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
99
context.startActivity(intent);
100
}
101
0 commit comments