Skip to content

Commit

Permalink
commit after some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 28, 2018
1 parent de40a6f commit bc02ddb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public boolean onSingleTapUp(MotionEvent e) {
if(child != null)
{
int position = rv.getChildAdapterPosition(child);
Intent intent = new Intent(ContactsActivity.this, UserDetailsActivity.class);
Intent intent = new Intent(c, UserDetailsActivity.class);
intent.putExtra("phoneNumber", contactslist.get(position).getPhone());
startActivity(intent);
}
Expand Down

0 comments on commit bc02ddb

Please sign in to comment.