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