Fix the app crashing on Nougat when app detail screen is opened#1203
Conversation
|
Thanks 🙌 |
|
not entirely fixed. still happens in landscape mode on any detail page that has a screenshot/video reel. can't seem to capture a crash report with LogFox. examples: works fine and is scrollable in landscape mode due to no screenshots/video reel:
crashes in landscape mode due to presence of screenshots/video reel:
not sure how to capture a log because logfox isn't reporting the crash. let me know how I can assist. |
|
@Careless is this a android nougat thing? Or is it also happening on later versions too? |
|
@Iamlooker Probably just Nougat. However, this is a different issue. I initially thought this would be related to |
|
Thanks @xinkev that helps, and it is crazy that android does not fallback to something else Will create a release this week to fix it |
i can check with a newer phone i have, and i'll report back in a few. |
|
I encountered no problems with landscape or portrait mode on Android versions 10 as well as 15 with droid-ify v0.7.0. |
@Iamlooker |
|
I have never used Xcode, but anyways I think the fix would be to somehow use |
Same reaction coming from desktop Java, |
This issue occurs because
setTooltipTextis only available starting from API level 26.The fix replaces it with
TooltipCompat.setTooltipText.Fixes #1199