Fix typo & cleanup

This commit is contained in:
ligi 2015-02-21 20:59:25 +01:00
parent f11cc1e454
commit 0e08b74fab

View file

@ -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);
}