mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Remove some dead code and add debug code.
This commit is contained in:
parent
602374522e
commit
757b5cf82b
1 changed files with 3 additions and 10 deletions
|
@ -107,6 +107,9 @@ public class MedicamentListActivity extends AppCompatActivity {
|
|||
nm.cancelAll();
|
||||
}
|
||||
|
||||
// tuto
|
||||
Log.i(TAG, "Launchd tuto");
|
||||
startActivity(new Intent(this, WelcomeActivity.class));
|
||||
//JobScheduler js = (JobScheduler) getSystemService(JOB_SCHEDULER_SERVICE);
|
||||
//if (js != null) {
|
||||
// js.cancelAll();
|
||||
|
@ -155,16 +158,6 @@ public class MedicamentListActivity extends AppCompatActivity {
|
|||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
// tuto
|
||||
|
||||
// prefManager = new PrefManager(this);
|
||||
// if (!prefManager.isFirstTimeLaunch()) {
|
||||
// WelcomeActivity welcomeActivity = new WelcomeActivity();
|
||||
// Indent indent = new inden
|
||||
// startActivity(new indent(welcomeActivity));
|
||||
startActivity(new Intent(this, WelcomeActivity.class));
|
||||
// finish();
|
||||
// }
|
||||
setContentView(R.layout.activity_medicament_list);
|
||||
|
||||
dbHelper = new DBHelper(this);
|
||||
|
|
Loading…
Reference in a new issue