We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89be0c1 commit 52586c4Copy full SHA for 52586c4
app/src/main/java/moe/yuuta/mipushtester/MainActivity.java
@@ -14,4 +14,9 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
14
setContentView(R.layout.activity_main);
15
NavigationUI.setupActionBarWithNavController(this, Navigation.findNavController(this, R.id.nav_host));
16
}
17
+
18
+ @Override
19
+ public boolean onSupportNavigateUp() {
20
+ return Navigation.findNavController(this, R.id.nav_host).navigateUp();
21
+ }
22
0 commit comments