| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| backstackEntry[NAV_DEPTH] = navDepth; | ||
| viewController[ENTRY] = backstackEntry; | ||
|
|
||
| if (majorVersion > 10) { |
There was a problem hiding this comment.
Can you pls add a comment in the code explaining why this is necessary, as the fix is not obvious :)
Sorry, something went wrong.
|
@ADjenkov Won't this remove all back buttons? |
Sorry, something went wrong.
| backstackEntry[NAV_DEPTH] = navDepth; | ||
| viewController[ENTRY] = backstackEntry; | ||
|
|
||
| if (majorVersion > 10) { |
There was a problem hiding this comment.
Maybe extend condition to if (!animated && majorVersion > 10) ?
Sorry, something went wrong.
|
test |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The problem: NavigationButton (a.k.a back button) won't change its title on first navigation when there
is no transition animation - iOS 11+ only.
The solution: Set empty back button title on the parent view controller when navigating
For reference: stackoverflow1 and stackoverflow2
Fix #5169