Skip to content

Commit

Permalink
Add toolbar and navigation functionality in CreateFolderActivity.
Browse files Browse the repository at this point in the history
  • Loading branch information
nqmgaming committed Nov 14, 2023
1 parent c1c24f4 commit ead0929
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ protected void onCreate(Bundle savedInstanceState) {
final View view = binding.getRoot();
setContentView(view);


setSupportActionBar(binding.toolbar);
binding.toolbar.setNavigationOnClickListener(v -> onBackPressed());


}

@Override
Expand Down

0 comments on commit ead0929

Please sign in to comment.