Skip to content

Commit

Permalink
always reply to last message for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aaptel committed Jun 3, 2018
1 parent d7fd555 commit 278a563
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ protected void onCreate(Bundle savedInstanceState) {
@Override
public void onClick(View view) {
Intent intent = new Intent(ThreadActivity.this, ComposeActivity.class);
intent.putExtra("query", query);
// TODO always reply to last messages now, add button per email
intent.putExtra("query", "id:" + messages.get(messages.size() - 1).id);
intent.putExtra("replyall", true);
startActivity(intent);
}
Expand Down

0 comments on commit 278a563

Please sign in to comment.