Prevent crash

This commit is contained in:
M66B 2021-06-05 07:25:39 +02:00
parent 916386abd4
commit 050c2b7ecf
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class FragmentOperations extends FragmentBase {
new SimpleTask<Integer>() {
@Override
protected void onPostExecute(Bundle args) {
ToastEx.makeText(getContext(), R.string.title_executing, Toast.LENGTH_LONG).show();
ToastEx.makeText(context, R.string.title_executing, Toast.LENGTH_LONG).show();
}
@Override