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

Commit b5f1a00a authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

remove unused view argument

parent 313c9df9
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -104,10 +104,10 @@ class HomeChildRVAdapter(

            when (homeApp.status) {
                Status.INSTALLED -> {
                    handleInstalled(view, homeApp)
                    handleInstalled(homeApp)
                }
                Status.UPDATABLE -> {
                    handleUpdatable(view, homeApp)
                    handleUpdatable(homeApp)
                }
                Status.UNAVAILABLE -> {
                    handleUnavailable(homeApp, holder)
@@ -210,7 +210,6 @@ class HomeChildRVAdapter(
    }

    private fun HomeChildListItemBinding.handleUpdatable(
        view: View,
        homeApp: FusedApp
    ) {
        installButton.apply {
@@ -229,7 +228,6 @@ class HomeChildRVAdapter(
    }

    private fun HomeChildListItemBinding.handleInstalled(
        view: View,
        homeApp: FusedApp
    ) {
        installButton.apply {