commit
ad81e9b0df
2 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,6 @@ import org.eclipse.jgit.api.Git;
|
|||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Stack;
|
||||
|
||||
|
||||
|
@ -136,7 +135,7 @@ public class PasswordStore extends ActionBarActivity {
|
|||
this.leftActivity = true;
|
||||
return true;
|
||||
|
||||
case R.id.referesh:
|
||||
case R.id.refresh:
|
||||
refreshListAdapter();
|
||||
return true;
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<item android:id="@+id/git_push"
|
||||
android:title="Push to remote"/>
|
||||
|
||||
<item android:id="@+id/referesh"
|
||||
<item android:id="@+id/refresh"
|
||||
android:title="Refresh list"
|
||||
android:showAsAction="never"
|
||||
android:icon="@drawable/ico_sync"/>
|
||||
|
|
Loading…
Reference in a new issue