mirror of
https://github.com/etesync/android
synced 2024-11-15 20:38:58 +00:00
Import: fix showing the import finished dialog.
This commit is contained in:
parent
c93e21e2d3
commit
2e92422ea6
@ -105,9 +105,7 @@ public class ImportActivity extends BaseActivity implements SelectImportMethod,
|
||||
@Override
|
||||
public void onImportResult(ResultFragment.ImportResult importResult) {
|
||||
ResultFragment fragment = ResultFragment.newInstance(importResult);
|
||||
getSupportFragmentManager().beginTransaction()
|
||||
.show(fragment)
|
||||
.commitAllowingStateLoss();
|
||||
fragment.show(getSupportFragmentManager(), "importResult");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user