mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 23:12:55 +00:00
Improved error message
This commit is contained in:
parent
93b666cbd8
commit
380cfc2745
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ public class TextHelper {
|
|||
try {
|
||||
return future.get(MAX_CONVERSATION_DURATION, TimeUnit.MILLISECONDS);
|
||||
} catch (TimeoutException ex) {
|
||||
Log.e(ex);
|
||||
Log.e(new Throwable("Conversation actions", ex));
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
prefs.edit().putBoolean("conversation_actions", false);
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue