-
Bug
-
Resolution: Fixed
-
P4
-
None
-
7u6
Running the following code the attached source code and executing the following actions:
a) Click on T1 (Menu is shown)
b) Click on T1 (Menu is hidden)
You notice that the onShowing-Callback is execute even in b). It looks like the logic is a Menu#setShowing(boolean) should check if the item is already shown instead of simply sending the callback. The attached patch fixes this.
a) Click on T1 (Menu is shown)
b) Click on T1 (Menu is hidden)
You notice that the onShowing-Callback is execute even in b). It looks like the logic is a Menu#setShowing(boolean) should check if the item is already shown instead of simply sending the callback. The attached patch fixes this.