Simplications

This commit is contained in:
M66B
2019-04-27 16:01:37 +02:00
parent 4920a76e19
commit 4c25c3c397
3 changed files with 3 additions and 3 deletions

View File

@@ -284,7 +284,7 @@ public class FragmentAccounts extends FragmentBase {
protected void onException(Bundle args, Throwable ex) {
Helper.unexpectedError(getContext(), getViewLifecycleOwner(), ex);
}
}.execute(getContext(), getViewLifecycleOwner(), args, "accounts:reset");
}.execute(this, args, "accounts:reset");
}
private ItemTouchHelper.Callback touchHelper = new ItemTouchHelper.Callback() {