mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Oops
This commit is contained in:
@@ -215,7 +215,7 @@ public class TextHelper {
|
||||
} catch (TimeoutException ex) {
|
||||
Log.e(new Throwable("Conversation actions", ex));
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
prefs.edit().putBoolean("conversation_actions", false);
|
||||
prefs.edit().putBoolean("conversation_actions", false).apply();
|
||||
return null;
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
|
||||
Reference in New Issue
Block a user