Skip to content

Commit

Permalink
Putting this functionality in the hands of the user was a bad idea.
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie0 committed Feb 17, 2014
1 parent 18f3314 commit 6b57533
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions res/menu/local_identity.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>

<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:title="@string/local_identity__regenerate_key"
android:id="@+id/menu_regenerate_key"
android:icon="@drawable/refresh"/>
<!--<item android:title="@string/local_identity__regenerate_key"-->
<!--android:id="@+id/menu_regenerate_key"-->
<!--android:icon="@drawable/refresh"/>-->
</menu>
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
super.onOptionsItemSelected(item);

switch (item.getItemId()) {
case R.id.menu_regenerate_key: promptToRegenerateIdentityKey(); return true;
// case R.id.menu_regenerate_key: promptToRegenerateIdentityKey(); return true;
case android.R.id.home: finish(); return true;
}

Expand Down

0 comments on commit 6b57533

Please sign in to comment.