This commit is contained in:
M66B 2023-09-15 17:24:40 +02:00
parent 7e67215356
commit 05d9925175
1 changed files with 1 additions and 1 deletions

View File

@ -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);