Loading app/src/main/java/foundation/e/apps/search/SearchFragment.kt +1 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ import android.app.Activity import android.database.MatrixCursor import android.os.Bundle import android.provider.BaseColumns import android.util.Log import android.view.View import android.view.inputmethod.InputMethodManager import android.widget.ImageView Loading Loading @@ -183,7 +182,6 @@ class SearchFragment : searchViewModel.searchResult.observe(viewLifecycleOwner) { if (it.isNullOrEmpty()) { noAppsFoundLayout?.visibility = View.VISIBLE } else { Loading Loading
app/src/main/java/foundation/e/apps/search/SearchFragment.kt +1 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ import android.app.Activity import android.database.MatrixCursor import android.os.Bundle import android.provider.BaseColumns import android.util.Log import android.view.View import android.view.inputmethod.InputMethodManager import android.widget.ImageView Loading Loading @@ -183,7 +182,6 @@ class SearchFragment : searchViewModel.searchResult.observe(viewLifecycleOwner) { if (it.isNullOrEmpty()) { noAppsFoundLayout?.visibility = View.VISIBLE } else { Loading