CosmicMind/Material

BackButton on NavigationController not hidden

himaratsu opened this issue · 0 comments

Hi,

I found a bug about backbutton on NavigationController.

How to reproduce

  1. pushViewController() on ViewControllerA, move to ViewControllerB.
  2. pop() on ViewControllerB, back to ViewControllerA.
  3. backbutton is not hidden. [BUG]

ViewControllerA is root of navigationController.viewControllers, so I expect backbutton should be hidden.
But actually, backbutton was shown.

Using Material 2.x.x, this bug was not shown.
Is this a new version bug?

Screenshot

image

Environment

  • Material 3.1.8
  • Xcode 11
  • Swift 5