Skip to content

Commit

Permalink
Revert "Recent Alerts: No longer reload alerts in onResume()"
Browse files Browse the repository at this point in the history
This reverts commit 2b39956.
  • Loading branch information
eladnava committed Nov 8, 2023
1 parent 6d59494 commit 36c3c3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/java/com/red/alert/activities/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@ protected void onResume() {
// Save state
mIsResumed = true;

// Reload alerts manually
reloadRecentAlerts();

// Support for RTL languages
RTLSupport.mirrorActionBar(this);

Expand Down

0 comments on commit 36c3c3d

Please sign in to comment.