forked from organicmaps/organicmaps
[android] fix: Crash after panel animation completed.
This commit is contained in:
parent
8a0c4803d2
commit
e238b69338
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