mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 18:41:20 +01:00
Always exclude from recents
This commit is contained in:
@@ -137,9 +137,10 @@ public class AdapterAnswer extends RecyclerView.Adapter<AdapterAnswer.ViewHolder
|
||||
}
|
||||
|
||||
private void onActionCompose() {
|
||||
context.startActivity(new Intent(context, ActivityCompose.class)
|
||||
.putExtra("action", "new")
|
||||
.putExtra("answer", answer.id));
|
||||
Helper.startActivity(context,
|
||||
new Intent(context, ActivityCompose.class)
|
||||
.putExtra("action", "new")
|
||||
.putExtra("answer", answer.id));
|
||||
}
|
||||
|
||||
private void onActionHide(boolean hide) {
|
||||
|
||||
Reference in New Issue
Block a user