You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you close a menu by tapping on the original menu button then the menu disappears. This only happens on a device, not in the simulator. It doesn't happen if you close the menu by tapping outside of it.
I've tested it on iOS 10.1 only and I'm using Xcode 8.1 and Material 2.3.22.
You can reproduce this in the MenuController sample project.
The text was updated successfully, but these errors were encountered:
No worries :) It was in the Motion library. The CAAnimation that sets the delegate, I believe should be omitted. I will make a push. This would have been a really hard bug to fix if I had not been working in that area already.
If you close a menu by tapping on the original menu button then the menu disappears. This only happens on a device, not in the simulator. It doesn't happen if you close the menu by tapping outside of it.
I've tested it on iOS 10.1 only and I'm using Xcode 8.1 and Material 2.3.22.
You can reproduce this in the MenuController sample project.
The text was updated successfully, but these errors were encountered: