viewmodel: search: fix pagination issue

This commit is contained in:
Rahul Patel
2026-01-24 20:17:31 +05:30
parent 39819e384a
commit 60516a079f

View File

@@ -104,7 +104,6 @@ class SearchViewModel @Inject constructor(
else -> emptyList() else -> emptyList()
} }
emptyList()
} }
} }
} catch (exception: Exception) { } catch (exception: Exception) {