Skip to content

Commit 15cb26f

Browse files
committed
Update to v6.72
1 parent cdf99dc commit 15cb26f

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

-128 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.

AnLinux/app/src/main/java/exa/lnx/a/MainUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public boolean onKeyDown(int keyCode, KeyEvent event){
281281
FragmentTransaction fragmentTransaction = getFragmentManager().beginTransaction();
282282

283283
if(event.getKeyCode() == KeyEvent.KEYCODE_BACK){
284-
if(fragment instanceof DashBoard){
284+
if(fragment instanceof DashBoard || fragment == null){
285285
if(drawer.isDrawerOpen(GravityCompat.START)){
286286
switch(event.getAction()){
287287
case KeyEvent.ACTION_DOWN:

0 commit comments

Comments
 (0)