mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Move askForComprehensive from DrugListActivity.java to WelcomeActivity.java
This commit is contained in:
parent
f13860c000
commit
e9f5a373bb
1 changed files with 0 additions and 8 deletions
|
@ -140,14 +140,6 @@ public class DrugListActivity extends AppCompatActivity {
|
|||
Log.i(TAG, "Launch tutorial");
|
||||
startActivity(new Intent(this, WelcomeActivity.class));
|
||||
// }
|
||||
|
||||
PrefManager prefManager = new PrefManager(this);
|
||||
if (!prefManager.isUnderstood()) {
|
||||
askForComprehensive();
|
||||
prefManager.setUnderstood(true);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue