Skip to content

Commit 5f5bc2f

Browse files
Merge pull request #23 from smartdevelopers-ir/v2.0.8
bug fixed
2 parents 44fad36 + 1a70e50 commit 5f5bc2f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

SmartFileBrowser/src/main/java/ir/smartdevelopers/smartfilebrowser/acitivties/FileBrowserMainActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ public void onChanged(List<GalleryModel> galleryModels) {
394394
if (galleryModels.isEmpty()){
395395
showNoGalleryItem();
396396
}else{
397+
hideNoGalleryItem();
397398
mGalleryAdapter.setList(galleryModels);
398399
}
399400
}else{

SmartFileBrowser/src/main/res/layout/activity_file_browser_main.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@
107107
app:layout_constraintTop_toTopOf="parent"
108108
app:layout_constraintVertical_bias="0.3"
109109
android:gravity="center"
110+
android:visibility="gone"
111+
tools:visibility="gone"
110112
>
111113
<androidx.appcompat.widget.AppCompatImageView
112114
android:id="@+id/fragment_file_browser_imgNoItem"

0 commit comments

Comments
 (0)