retour menu si retour dans choix combi
This commit is contained in:
parent
2538749068
commit
2fb6989c67
@ -84,6 +84,9 @@ public class GameActivity extends Activity implements SaisieActivity {
|
||||
this.combiGagnante[i] = tab[i];
|
||||
}
|
||||
}
|
||||
if(resultCode == Activity.RESULT_CANCELED) {
|
||||
this.finish();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user