diff --git a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt index b6de142e..0c380607 100644 --- a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt @@ -255,10 +255,8 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb when { searchText.isEmpty() -> activity?.runOnUiThread { mView.apply { - if (items_list.isGone()) { - items_list.beVisible() - getRecyclerAdapter()?.updateItems(storedItems) - } + items_list.beVisible() + getRecyclerAdapter()?.updateItems(storedItems) items_placeholder.beGone() items_placeholder_2.beGone() } diff --git a/app/src/main/res/layout/item_list_section.xml b/app/src/main/res/layout/item_list_section.xml index eea44a61..c11fd562 100644 --- a/app/src/main/res/layout/item_list_section.xml +++ b/app/src/main/res/layout/item_list_section.xml @@ -5,9 +5,9 @@ android:id="@+id/item_section" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingLeft="@dimen/medium_margin" + android:paddingLeft="@dimen/normal_margin" android:paddingTop="@dimen/activity_margin" - android:paddingRight="@dimen/activity_margin" + android:paddingRight="@dimen/normal_margin" android:paddingBottom="@dimen/activity_margin" android:textSize="@dimen/bigger_text_size" - tools:text="@string/in_this_folder"/> + tools:text="/storage/emulated/0"/>