mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Revert "Added option for default answer action"
This reverts commit 8a7c3e742d.
This commit is contained in:
@@ -3356,12 +3356,8 @@ public class FragmentMessages extends FragmentBase
|
||||
if (message == null)
|
||||
return;
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||
boolean answer_default = prefs.getBoolean("answer_default", false);
|
||||
if (answer_default)
|
||||
long_press = !long_press;
|
||||
|
||||
if (long_press && message.content) {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||
String answer_action = prefs.getString("answer_action", "reply");
|
||||
if ("reply".equals(answer_action) ||
|
||||
"reply_all".equals(answer_action) ||
|
||||
|
||||
Reference in New Issue
Block a user