mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Task names
This commit is contained in:
@@ -256,7 +256,7 @@ public class FragmentOptions extends FragmentEx implements SharedPreferences.OnS
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
Helper.unexpectedError(getContext(), getViewLifecycleOwner(), ex);
|
||||
}
|
||||
}.execute(FragmentOptions.this, null);
|
||||
}.execute(FragmentOptions.this, new Bundle(), "options:preview");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user