mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Task names
This commit is contained in:
@@ -272,7 +272,7 @@ public class Helper {
|
||||
else
|
||||
Toast.makeText(context, ex.toString(), Toast.LENGTH_LONG).show();
|
||||
}
|
||||
}.execute(context, owner, new Bundle());
|
||||
}.execute(context, owner, new Bundle(), "error:unexpected");
|
||||
}
|
||||
})
|
||||
.show();
|
||||
|
||||
Reference in New Issue
Block a user