mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
Fixed export/import
This commit is contained in:
parent
6f78a96682
commit
f01235ba01
1 changed files with 1 additions and 1 deletions
|
@ -1048,7 +1048,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
|||
else {
|
||||
if (!export || password1.equals(password2)) {
|
||||
((ActivitySetup) getActivity()).password = password1;
|
||||
startActivityForResult(
|
||||
getActivity().startActivityForResult(
|
||||
Helper.getChooser(getContext(),
|
||||
export ? getIntentExport() : getIntentImport()),
|
||||
export ? REQUEST_EXPORT : REQUEST_IMPORT);
|
||||
|
|
Loading…
Reference in a new issue