BottomSheetDialog\'s background is blinking when switching between apps. What am I doing wrong ?
MainActivity.java
public class MainActi
According to documentation the setPeekHeight method is responsible for the pop up behavior. Using the
bottomSheet.setState(STATE_HIDDEN) should do the trick.