mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-23 22:09:30 +00:00
Fix typo
This commit is contained in:
parent
13a7a85e1a
commit
b600306d79
@ -63,7 +63,7 @@ public class UserInfosFragment extends Fragment {
|
||||
final ImageView imageView = view.findViewById(R.id.fragments_userinfos_account_image);
|
||||
final TextView userNameView = view.findViewById(R.id.fragments_userinfos_user_name);
|
||||
|
||||
//Retrieve user informations in order to display them
|
||||
//Retrieve user information in order to display them
|
||||
int user_id = new AccountUtils(mContext).get_current_user_id();
|
||||
new GetUsersInfos(mContext, dbHelper).get(user_id, new GetUsersInfos.getUserInfosCallback() {
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user