Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Commit 405c7c0

Browse files
Corectif VueMenu
1 parent fe6bd26 commit 405c7c0

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/squiddle/sheshire/apomalyn/qc/ca/nearumix

1 file changed

+1
-1
lines changed

app/src/main/java/squiddle/sheshire/apomalyn/qc/ca/nearumix/VueMenu.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public boolean onNavigationItemSelected(MenuItem item) {
235235

236236
if(id == R.id.profil)
237237
{
238-
Intent changementVersProfil = new Intent(VueMenu.this,VueUtilisateur.class);
238+
Intent changementVersProfil = new Intent(VueMenu.this,VueProfilUtilisateur.class);
239239
startActivity(changementVersProfil);
240240
} else if (id == R.id.parametre) {
241241
Intent changementVersCarte = new Intent(VueMenu.this, VueProfil.class);

0 commit comments

Comments
 (0)