Android: Window::is_visible()
always return true
#7906
Labels
a:platform-android
Android platform integration (mO,bS)
bug
Something isn't working
priority:low
Lowest priority. The issue is kept open for tracking purpose, but noone is actively working on this
Bug Description
Window::is_visible()
returns true even if the application is running at background.Expected behavior: when an background thread updates the weak reference of the main window and check for
main_window.window().is_visible()
, it would be better to get afalse
value.Environment Details
The text was updated successfully, but these errors were encountered: