MultiContactPicker
MultiContactPicker copied to clipboard
background is transparent (showing old screen somehow)
im seeing a previous activity or fragment underneath the contact selector, any ideas why?
it shows the app theme behind it, setting a theme should work but it does nothing:
.theme(R.style.MyCustomPickerTheme)
And even setting background in custom theme does not work somehow! wtf.. does nothing ->
<item name="android:windowBackground">@drawable/background</item>