Skip to content

Commit

Permalink
[Droid-ify#711] install
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed May 4, 2024
1 parent b485297 commit 20168e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ class AppListFragment() : Fragment(), CursorOwner.Callback {
products = listOf(Pair(it[0], repository))
}

InstallUtils.install(
/*InstallUtils.install(
context,
viewModel.settingsRepository,
lifecycleScope,
packageInfo.toInstalledItem(),
products
)
)*/
}

getString(com.looker.core.common.R.string.uninstall) -> lifecycleScope.launch {
Expand Down

0 comments on commit 20168e8

Please sign in to comment.