Fixed warning

This commit is contained in:
M66B 2019-07-31 08:51:18 +02:00
parent fe2a6c5e25
commit b9411b82d6
1 changed files with 1 additions and 1 deletions

View File

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