akvelon / android-image-picker

Instagram like Image Picker for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adapter is recreated on refresh

splundid opened this issue · comments

recyclerView_photos.adapter = SimpleAdapter(photos, adapterManager)

Adapter should be created on init

Actually, it's only created once during first initialization. Looks like the "refresh()" method name is slightly misleading.