Skip to content

Commit

Permalink
Fix issue #23
Browse files Browse the repository at this point in the history
Oops it was due to one of my dumb debugging stuff. (I threw a new Error for no particular reason).
  • Loading branch information
theKidOfArcrania committed Sep 14, 2016
1 parent de420ea commit 5c3b530
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/app/sunstreak/yourpisd/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ public boolean onOptionsItemSelected(MenuItem item) {
System.out.println("SHOWING CREDITS");
Intent intentCred1 = new Intent(this, CreditActivity.class);
startActivity(intentCred1);
throw new Error();
// case R.id.refresh:
// dg.clearData();
// Intent intentR = new Intent(this, LoginActivity.class);
Expand Down

0 comments on commit 5c3b530

Please sign in to comment.