1
0
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:
Tom Hacohen 2018-01-22 16:35:57 +00:00
parent c93e21e2d3
commit 2e92422ea6

View File

@ -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