mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Added dialog life cycle
This commit is contained in:
@@ -507,7 +507,7 @@ public class Helper {
|
||||
else
|
||||
ToastEx.makeText(context, ex.toString(), Toast.LENGTH_LONG).show();
|
||||
}
|
||||
}.execute(context, getActivity(), new Bundle(), "error:unexpected");
|
||||
}.execute(FragmentDialogUnexpected.this, new Bundle(), "error:unexpected");
|
||||
}
|
||||
})
|
||||
.create();
|
||||
|
||||
Reference in New Issue
Block a user