Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@natario1 natario1 released this 19 Apr 16:58
· 4 commits to master since this release
dd3681f

Any view returned by Presenters that has height = 0 after being measured, will be interpreted as a 'dismiss popup'. This can have side effects if you perform asynchronous loading and your adapter returns 0 items at first.

To avoid this, you can give the root view some minHeight, some vertical padding, or (better) have your adapter return an item (for empty or loading states). Note that you will show an empty popup even when you actually have no data, so you should take care of this.

Fixed a configuration change crash.