Skip to content

Commit

Permalink
Bugfix: back arrow in setting is now working.
Browse files Browse the repository at this point in the history
Fixes #1932.
  • Loading branch information
dennisguse committed Jul 11, 2024
1 parent f1f9153 commit 53e97a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ protected void onCreate(Bundle savedInstanceState) {
fragment = new MainSettingsFragment();
}

setSupportActionBar(viewBinding.bottomAppBarLayout.bottomAppBar);
setSupportActionBar(viewBinding.topAppBar);
setSupportActionBar(viewBinding.bottomAppBarLayout.bottomAppBar);

getSupportFragmentManager().beginTransaction().replace(R.id.settings_fragment, fragment).commit();
}
Expand Down

0 comments on commit 53e97a5

Please sign in to comment.