mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-21 20:19:23 +01:00
Try to launch tutorial with help menu (WIP)
This commit is contained in:
parent
757b5cf82b
commit
ce81f80922
1 changed files with 1 additions and 2 deletions
|
@ -244,8 +244,7 @@ public class MedicamentListActivity extends AppCompatActivity {
|
|||
startActivity(new Intent(this, About.class));
|
||||
return true;
|
||||
case R.id.help:
|
||||
//startActivity(new Intent(this, Help.class));
|
||||
//loadTutorial();
|
||||
startActivity(new Intent(this, WelcomeActivity.class));
|
||||
return true;
|
||||
}
|
||||
return super.onOptionsItemSelected(item);
|
||||
|
|
Loading…
Reference in a new issue