Skip to content

Commit

Permalink
Recent Alerts: Fix bug with incorrect language display in rare cases
Browse files Browse the repository at this point in the history
  • Loading branch information
eladnava committed Dec 21, 2023
1 parent f9f5cce commit 78dc291
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 @@ -295,6 +295,9 @@ public void onConfigurationChanged(android.content.res.Configuration newConfig)
protected void onResume() {
super.onResume();

// Ensure RTL layouts are used if needed
Localization.overridePhoneLocale(this);

// Save state
mIsResumed = true;

Expand Down

0 comments on commit 78dc291

Please sign in to comment.