mirror of https://github.com/M66B/FairEmail.git
Floating reply all
This commit is contained in:
parent
ec4c83bc3e
commit
9911e871c7
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -185,7 +185,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end|bottom"
|
||||
android:layout_margin="@dimen/fab_padding"
|
||||
android:src="@drawable/baseline_reply_24"
|
||||
android:src="@drawable/baseline_reply_all_24"
|
||||
android:tint="@color/colorActionForeground"
|
||||
app:layout_constraintBottom_toTopOf="@+id/seekBar"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
|
|
Loading…
Reference in New Issue