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
I notice the file "PlaybackOverlayActivity.java" overrides "onVisibleBehindCanceled", which is deprecated in Android O (link). As the official document says, "onVisibleBehindCanceled" cannot get chance to execute since Android O and will be removed in the future release.
So you may prevent putting some important operations in it.
Hope the information can help you. :)
The text was updated successfully, but these errors were encountered:
Hi,
I notice the file "PlaybackOverlayActivity.java" overrides "onVisibleBehindCanceled", which is deprecated in Android O (link). As the official document says, "onVisibleBehindCanceled" cannot get chance to execute since Android O and will be removed in the future release.
So you may prevent putting some important operations in it.
Hope the information can help you. :)
The text was updated successfully, but these errors were encountered: