mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-06 19:58:49 -05:00
Return to home once tab in bottom bar is clicked #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shreyas1599 on GitHub (Apr 10, 2020).
In the
Cupertinotheme while navigating within a tab bar, on clicking the bottom bar when inside a particular bottom bar item, we could return to the home screen. This is especially useful when you are inside a repository and have to go back several times to return to the home screen.Example:
This is home.
I'm inside the issues of a repository and want to back to news home. If I click on the News tab it takes me back to the starting screen(previous image).
In
Materialbottom bar is not visible, so we could do it only forCupertino.@pd4d10 commented on GitHub (Apr 11, 2020):
Good point. I think we could do this!