Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/r4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
vshcherb committed Jul 28, 2023
2 parents 7d584ef + 068a93d commit 7c8b606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OsmAnd/src/net/osmand/plus/activities/MapActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ public void onConfigurationChanged(@NonNull Configuration newConfig) {
.beginTransaction()
.detach(fragment)
.attach(fragment)
.commit();
.commitAllowingStateLoss();
}

DashboardOnMap dashboard = getDashboard();
Expand Down

0 comments on commit 7c8b606

Please sign in to comment.