mirror of
https://github.com/pierrehebert/LightningLauncher
synced 2024-11-16 19:49:46 +01:00
move finish according to code review
This commit is contained in:
parent
35d6774706
commit
3baaf2a138
2 changed files with 4 additions and 4 deletions
|
@ -1758,6 +1758,10 @@ public class AppDrawerX extends Dashboard implements EditTextIme.OnEditTextImeLi
|
|||
zoomToOrigin(getCurrentRootItemLayout());
|
||||
break;
|
||||
|
||||
case GlobalConfig.CLOSE_APP_DRAWER:
|
||||
finish();
|
||||
break;
|
||||
|
||||
default:
|
||||
return super.runAction(engine, source, ea, il, itemView);
|
||||
}
|
||||
|
|
|
@ -7313,10 +7313,6 @@ public class Dashboard extends ResourceWrapperActivity implements OnLongClickLis
|
|||
mHierarchyScreen.show(null);
|
||||
break;
|
||||
|
||||
case GlobalConfig.CLOSE_APP_DRAWER:
|
||||
finish();
|
||||
break;
|
||||
|
||||
default:
|
||||
return super.runAction(engine, source, ea, il, itemView);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue