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

Commit 9f31fd0c authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent dd9948c3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ class QwantProvider : SuggestionProvider {
            Timber.e("HTTP error: ${e.code()} - ${e.message()}")
            SuggestionsResult(query).apply { networkItems = emptyList() }
        } catch (e: IOException) {
            Timber.e("HTTP error: $e - ${e.message}")
            Timber.e("IO error: $e - ${e.message}")
            SuggestionsResult(query).apply { networkItems = emptyList() }
        }
    }