Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ensure actionbar title is set correctly (#628)
#589 changed the initial setting of the action bar title to use `binding.mainToolbar.title` instead of `supportActionBar?.title`. Not sure why, but this doesn't work on first use, and was showing "Pachli Current" until the user changes tabs. Swap one usage back to `supportActionBar?.title` to fix this, and update the other to do the same thing to keep the code consistent.
- Loading branch information