Skip to content

Commit 22310bf

Browse files
committed
Add in forgotten break statement
1 parent b967c4a commit 22310bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/noshufou/android/su/InfoFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public void onClick(View v) {
133133
final Intent eliteIntent = new Intent(Intent.ACTION_VIEW);
134134
eliteIntent.setData(Uri.parse("market://details?id=com.noshufou.android.su.elite"));
135135
startActivity(eliteIntent);
136+
break;
136137
case R.id.binary_updater:
137138
final Intent updaterIntent = new Intent(getSherlockActivity(), UpdaterActivity.class);
138139
startActivity(updaterIntent);

0 commit comments

Comments
 (0)