forked from mirror/monocles_chat_clean
update fork #128
1 changed files with 0 additions and 1 deletions
Remove redundant post_id extra from reply intent
commit
057f74a435
|
|
@ -557,7 +557,6 @@ public class PostsAdapter extends RecyclerView.Adapter<PostsAdapter.PostViewHold
|
||||||
Intent intent = new Intent(mActivity, CreatePostActivity.class);
|
Intent intent = new Intent(mActivity, CreatePostActivity.class);
|
||||||
intent.putExtra("in_reply_to_id", post.getId());
|
intent.putExtra("in_reply_to_id", post.getId());
|
||||||
intent.putExtra("in_reply_to_node", post.getCommentsNode());
|
intent.putExtra("in_reply_to_node", post.getCommentsNode());
|
||||||
intent.putExtra("post_id", post.getId());
|
|
||||||
intent.putExtra("account", account.getUuid());
|
intent.putExtra("account", account.getUuid());
|
||||||
postResultLauncher.launch(intent);
|
postResultLauncher.launch(intent);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue