Fix typo & cleanup
This commit is contained in:
parent
f11cc1e454
commit
0e08b74fab
1 changed files with 1 additions and 3 deletions
|
@ -41,7 +41,7 @@ public class PassViewActivityBase extends ActionBarActivity {
|
|||
|
||||
// a little hack because I strongly disagree with the style guide here
|
||||
// ;-)
|
||||
// not having the Actionbar overfow menu also with devices with hardware
|
||||
// not having the Actionbar overflow menu also with devices with hardware
|
||||
// key really helps discoverability
|
||||
// http://stackoverflow.com/questions/9286822/how-to-force-use-of-overflow-menu-on-devices-with-menu-button
|
||||
try {
|
||||
|
@ -120,10 +120,8 @@ public class PassViewActivityBase extends ActionBarActivity {
|
|||
new Thread(new UpdateAsync()).start();
|
||||
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
|
||||
return super.onOptionsItemSelected(item);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue