Skip to content

Commit

Permalink
Remove duplicate method; add missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
githengi committed Feb 22, 2021
1 parent 3907e01 commit e518d72
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
break;
case 11:
upgradeToVersion11(db);
case 12:
upgradeToVersion12(db);
break;
case 12:
upgradeToVersion12(db);
Expand Down

0 comments on commit e518d72

Please sign in to comment.