This commit is contained in:
Pierre 2018-04-08 20:22:25 +02:00
parent 13a7a85e1a
commit b600306d79

View File

@ -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