Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2bc87c10 authored by narinder Rana's avatar narinder Rana
Browse files

code refine ktlintFormat

parent 340e49ca
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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
@@ -183,7 +182,6 @@ class SearchFragment :

        searchViewModel.searchResult.observe(viewLifecycleOwner) {


            if (it.isNullOrEmpty()) {
                noAppsFoundLayout?.visibility = View.VISIBLE
            } else {