We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b967c4a commit 22310bfCopy full SHA for 22310bf
src/com/noshufou/android/su/InfoFragment.java
@@ -133,6 +133,7 @@ public void onClick(View v) {
133
final Intent eliteIntent = new Intent(Intent.ACTION_VIEW);
134
eliteIntent.setData(Uri.parse("market://details?id=com.noshufou.android.su.elite"));
135
startActivity(eliteIntent);
136
+ break;
137
case R.id.binary_updater:
138
final Intent updaterIntent = new Intent(getSherlockActivity(), UpdaterActivity.class);
139
startActivity(updaterIntent);
0 commit comments