Tizen Wearable CircularUI project is to develop an open source software motivate software developer to creating Tizen Wearable Xamarin Forms app more easily and efficiently.
When ToolbarItems was open and closed, rotary event on CirclePage was activating even though disappeared page so rotary event was stolen by it
So fix it, If page was not appeared, didn't activation rotary event
Bugs Fixed
Rotary event was not delivered, on newly opened page by ToolbarItem handler
Description of Change
When ToolbarItems was open and closed, rotary event on CirclePage was activating even though disappeared page so rotary event was stolen by it So fix it, If page was not appeared, didn't activation rotary event
Bugs Fixed
API Changes
None
Behavioral Changes
None