Task names

This commit is contained in:
M66B
2019-01-12 13:15:15 +00:00
parent 9b865d9068
commit 2ff5b3f773
11 changed files with 29 additions and 45 deletions

View File

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