Fix compilation
This commit is contained in:
parent
fc29ed3651
commit
56eda77a2c
1 changed files with 1 additions and 1 deletions
|
@ -915,7 +915,7 @@ public class ImportHelper {
|
||||||
} else {
|
} else {
|
||||||
app.showShortToastMessage(app.getString(R.string.file_import_error, mFileName, error));
|
app.showShortToastMessage(app.getString(R.string.file_import_error, mFileName, error));
|
||||||
}
|
}
|
||||||
if (isActivityNotDestroyed(activity)) {
|
if (AndroidUtils.isActivityNotDestroyed(activity)) {
|
||||||
progress.dismiss();
|
progress.dismiss();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue