Skip to content

Commit

Permalink
#103 removed starting tutorial code
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcz committed Feb 6, 2017
1 parent 1cadfc7 commit ef664ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/main/java/hrv/band/app/view/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,5 @@ private void handleDisclaimer() {
DisclaimerDialogFragment disclaimerDialogFragment = new DisclaimerDialogFragment();
disclaimerDialogFragment.show(getFragmentManager(), "dialog");
}
//if in older version disclaimer is accepted intro opens on first run after update
//TODO remove this code starting with version 1.2
else if (!sharedPreferences.getBoolean(IntroActivity.APP_INTRO, false)) {
startActivity(new Intent(this, IntroActivity.class));
}
}
}

0 comments on commit ef664ac

Please sign in to comment.