Skip to content
Snippets Groups Projects
Commit 787eed9d authored by Thibault Wittemberg's avatar Thibault Wittemberg Committed by Alexandre Lision
Browse files

ui: Handle back pressed

Adapt to new behaviour of onBackPressed in app-compat 24.

Change-Id: Icc8c9801d217146e25c2e2050e45081cfa06e51e
Tuleap: #1087
parent 4f33d07f
Branches
Tags
No related merge requests found
...@@ -423,7 +423,7 @@ public class HomeActivity extends AppCompatActivity implements LocalService.Call ...@@ -423,7 +423,7 @@ public class HomeActivity extends AppCompatActivity implements LocalService.Call
return; return;
} }
super.onBackPressed(); finish();
} }
private void popCustomBackStack() { private void popCustomBackStack() {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment