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

Commit 24b8d54f authored by Hasib Prince's avatar Hasib Prince
Browse files

App lounge: fixed update button click for unsupported apps

This fix is needed because it was broked during resolving conflicts
parent b17c2541
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -242,6 +242,9 @@ class HomeChildRVAdapter(
            strokeColor =
                ContextCompat.getColorStateList(view.context, R.color.colorAccent)
            setOnClickListener {
                if (mainActivityViewModel.checkUnsupportedApplication(homeApp, context)) {
                    return@setOnClickListener
                }
                installApplication(homeApp, appIcon)
            }
        }