question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support unwrapping from android.view.WindowCallbackWrapper

See original GitHub issue

curtains.WindowsKt#getWrappedCallback currently supports unwrapping jetpack and curtains callbacks. We could add support for the AOSP WindowCallbackWrapper as well.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
msfjarviscommented, Jan 6, 2022

I don’t understand what you said. Can you hold an example?

The code here only unwraps when the callback is one of androidx.appcompat.view.WindowCallbackWrapper, android.support.v7.view.WindowCallbackWrapper, or curtains.internal.WindowCallbackWrapper. The API should also support android.view.WindowCallbackWrapper and be able to unwrap from that class.

0reactions
CoXiercommented, Jan 5, 2022

I don’t understand what you said. Can you hold an example?

Read more comments on GitHub >

github_iconTop 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 >
Choreographer.java - Android Code Search
Search and explore code.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found