fix my folly

This commit is contained in:
Rahul Patel
2025-06-01 20:24:00 +05:30
parent 45eea9c7c7
commit 42800dd4eb

View File

@@ -70,7 +70,7 @@ class DevAppsFragment : BaseFragment<FragmentGenericWithToolbarBinding>(),
}
with(viewModel) {
search("pub:${args.developerName}")
search(query)
liveData.observe(viewLifecycleOwner) {
when (it) {