mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2024-12-26 09:58:20 +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());
|
zoomToOrigin(getCurrentRootItemLayout());
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case GlobalConfig.CLOSE_APP_DRAWER:
|
||||||
|
finish();
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return super.runAction(engine, source, ea, il, itemView);
|
return super.runAction(engine, source, ea, il, itemView);
|
||||||
}
|
}
|
||||||
|
|
|
@ -7313,10 +7313,6 @@ public class Dashboard extends ResourceWrapperActivity implements OnLongClickLis
|
||||||
mHierarchyScreen.show(null);
|
mHierarchyScreen.show(null);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case GlobalConfig.CLOSE_APP_DRAWER:
|
|
||||||
finish();
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return super.runAction(engine, source, ea, il, itemView);
|
return super.runAction(engine, source, ea, il, itemView);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue