mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Fixed warning
This commit is contained in:
@@ -84,7 +84,7 @@ public class FragmentDialogFolder extends DialogFragmentEx {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected List<TupleFolderEx> onExecute(Context context, Bundle args) throws Throwable {
|
||||
protected List<TupleFolderEx> onExecute(Context context, Bundle args) {
|
||||
long account = args.getLong("account");
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
|
||||
Reference in New Issue
Block a user