2

I am starting a seperate activity to show a bottomsheet as you can see here (click).

Starting another MyBottomSheetDialogContainerActivity causes this reported crash for Android 8.0 devices. On Android 8.1 fixed.

There you can read, that the issue is obviously not fixed (for Android 8.0) and they propose to go back to targetSDK 26. Going back to targetSDK 26 solves the crash.

Since we have an app online in Playstore, going back to targetSDK 26 is also not an option.

How can I solve the issue, by setting the translucent property on the BottomSheetContainerActivity or similar?

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Ralf Wickum
  • 2,850
  • 9
  • 55
  • 103
  • "Since we have an app online in Playstore, going back to targetSDK 26 is also not an option." You can downgrade your targetSDK without a problem. We had a version targeting 27 on the Play Store and then we reverted to 26 in order to solve this very issue. – eli Feb 07 '18 at 13:16
  • I am looking for a solution without downgrading anyway. – Ralf Wickum Feb 07 '18 at 13:58
  • 1
    u can add few lines to manifest as in [this link](https://stackoverflow.com/a/48665610) – trinadh thatakula Feb 12 '18 at 06:07

0 Answers0