Skip to content
Snippets Groups Projects
Commit 5fe71c7a authored by “kamon's avatar “kamon
Browse files

Mode Pro no longer directly accessible by the botom navigation

parent e8e1000d
Branches integration_modele_via_tflite
No related tags found
1 merge request!13Mode Pro no longer directly accessible by the botom navigation
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetSelector">
<selectionStates>
<SelectionState runConfigName="app">
<option name="selectionMode" value="DROPDOWN" />
</SelectionState>
</selectionStates>
</component>
</project>
\ No newline at end of file
......@@ -65,7 +65,7 @@ public class PublicActivity extends AppCompatActivity {
if (item.getItemId() == R.id.navigation_apprendre) {
selectedFragment = new LearningPage();
} else if (item.getItemId() == R.id.navigation_statistiques) {
selectedFragment = new StatsPage();
selectedFragment = new StatsLoginPage();
} else if (item.getItemId() == R.id.navigation_parametres) {
selectedFragment = new SettingsPage();
} else if (item.getItemId() == R.id.navigation_identifier) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment