mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Prevent crash
This commit is contained in:
@@ -2049,6 +2049,8 @@ public class FragmentMessages extends FragmentEx {
|
||||
});
|
||||
snackbar.show();
|
||||
|
||||
final Context context = getContext().getApplicationContext();
|
||||
|
||||
// Wait
|
||||
new Handler().postDelayed(new Runnable() {
|
||||
@Override
|
||||
@@ -2059,8 +2061,6 @@ public class FragmentMessages extends FragmentEx {
|
||||
if (snackbar.isShown())
|
||||
snackbar.dismiss();
|
||||
|
||||
final Context context = getContext().getApplicationContext();
|
||||
|
||||
new Thread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
Reference in New Issue
Block a user