Fixed warning

pull/160/head
M66B 6 years ago
parent fe2a6c5e25
commit b9411b82d6

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

Loading…
Cancel
Save