mirror of https://github.com/M66B/FairEmail.git
Prevent crash
This commit is contained in:
parent
916386abd4
commit
050c2b7ecf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue