Iris Shih

Results 4 comments of Iris Shih

I also got this problem and I already added repositories { maven { url "https://jitpack.io" } }

@alparslandev I have just made the dialog show up in the front by editing the BottomSheetHelper source code (added WindowManager.LayoutParams flag and gravity). But not sure if this is the...

the issue is due to the **selectBar** is executed before the pins are set, which leads to `pins.get((int) frameLayout.getTag()).setVisibility(View.VISIBLE);` causes runtime exception cause of pins is empty. i have it...