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

Commit 2a949b2f authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Dont loadMore if authData is null

parent 81b7063a
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -117,6 +117,10 @@ class SearchViewModel @Inject constructor(
            return
        }

        if (authData == null) {
            return
        }

        viewModelScope.launch(Dispatchers.IO) {
            fetchGplayData(query)
        }