Username update

This commit is contained in:
2020-05-09 20:09:23 -04:00
parent 96f28f55a9
commit 1ee037d5ba
13 changed files with 14 additions and 14 deletions

View File

@@ -131,7 +131,7 @@ public class YourrealcountryFragment extends Fragment {
spin.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
@Override
public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
//Created by Josh Patra or souravp12 on Github.. This comment has been added to prevent people from stealing my work and publishing asdf it as their own.
//Created by Josh Patra or SoPat712 on Github.. This comment has been added to prevent people from stealing my work and publishing asdf it as their own.
rememberLocation[0] = position;
j[0] = 0;
Picasso.get().load(countries.get(position).flag).into(imageView);