Samsung / Tizen.CircularUI

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.
Other
80 stars 32 forks source link

Fix rotary event activation issue #286

Closed myroot closed 4 years ago

myroot commented 4 years ago

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