forked from organicmaps/organicmaps
Merge pull request #2743 from trashkalmar/panel-animator-crash
[android] fix: Crash after panel animation completed.
This commit is contained in:
commit
005e32afec
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public class BaseMwmFragmentActivity extends AppCompatActivity
|
|||
final Fragment fragment = Fragment.instantiate(this, name, args);
|
||||
getSupportFragmentManager().beginTransaction()
|
||||
.replace(resId, fragment, name)
|
||||
.commit();
|
||||
.commitAllowingStateLoss();
|
||||
getSupportFragmentManager().executePendingTransactions();
|
||||
|
||||
if (completionListener != null)
|
||||
|
|
Loading…
Add table
Reference in a new issue