mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Floating reply all
This commit is contained in:
@@ -702,7 +702,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
if (values.containsKey("expanded") && values.get("expanded").size() > 0) {
|
||||
long id = values.get("expanded").get(0);
|
||||
Intent reply = new Intent(getContext(), ActivityCompose.class)
|
||||
.putExtra("action", "reply")
|
||||
.putExtra("action", "reply_all")
|
||||
.putExtra("reference", id);
|
||||
startActivity(reply);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user