Skip to content

Commit

Permalink
Add in forgotten break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ChainsDD committed Jul 1, 2012
1 parent b967c4a commit 22310bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/noshufou/android/su/InfoFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public void onClick(View v) {
final Intent eliteIntent = new Intent(Intent.ACTION_VIEW);
eliteIntent.setData(Uri.parse("market://details?id=com.noshufou.android.su.elite"));
startActivity(eliteIntent);
break;
case R.id.binary_updater:
final Intent updaterIntent = new Intent(getSherlockActivity(), UpdaterActivity.class);
startActivity(updaterIntent);
Expand Down

0 comments on commit 22310bf

Please sign in to comment.