Support unwrapping from android.view.WindowCallbackWrapper
See original GitHub issuecurtains.WindowsKt#getWrappedCallback currently supports unwrapping jetpack and curtains callbacks. We could add support for the AOSP WindowCallbackWrapper as well.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Android leakcanary obfuscate - gradle - Stack Overflow
I got the same crash log because I enabled: minifyEnabled. in debug mode. The solution is adding: -keep class androidx.appcompat.view.
Read more >Diff - platform/frameworks/support
Merge "Epicenter API for ListPopupWindow" into androidx-master-dev am: cf689c8ccc Change-Id: I4ae206c854894d4408d7bfaf9f98ec5fcc64c464
Read more >Crash when opening link from RSS post (#1174) · Issues · briar ...
I got this crash when opening a link from an RSS post, before the link warning dialog appeared. Android version: 4.3; Phone model:...
Read more >https://ftp.videolan.org/pub/pub/videolan/vlc-andr...
VersionedParcel):17:17 -> write android.support.v4.graphics.drawable. ... WindowCallbackWrapper -> androidx.appcompat.view.WindowCallbackWrapper: 1:1:void ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

The code here only unwraps when the callback is one of
androidx.appcompat.view.WindowCallbackWrapper,android.support.v7.view.WindowCallbackWrapper, orcurtains.internal.WindowCallbackWrapper. The API should also supportandroid.view.WindowCallbackWrapperand be able to unwrap from that class.I don’t understand what you said. Can you hold an example?