Navigation fix

pull/12/merge
M66B 6 years ago
parent d6363b7f81
commit 7c7395a92e

@ -60,7 +60,7 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
case android.R.id.home:
finish();
getSupportFragmentManager().popBackStack();
return true;
}
return super.onOptionsItemSelected(item);

@ -70,7 +70,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
case android.R.id.home:
finish();
getSupportFragmentManager().popBackStack();
return true;
}
return super.onOptionsItemSelected(item);

Loading…
Cancel
Save