LuckSiege / PictureSelector

Picture Selector Library for Android or 图片选择器
Apache License 2.0
13.23k stars 3k forks source link

Update: make "obtainMediaData" method execute callback even when query result size is 0. #2836

Open xxmd opened 7 months ago

xxmd commented 7 months ago

I think obtainAlbumData method need execute execute callback even when query result size is 0. The reason is below:

  1. query result size 0 is a correct condition.
  2. sometimes I need show empty view and tips when size is 0. Due the callback dont execute when size 0,I cannot find right time to show empty tips for user.