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?