|
|
@ -498,7 +498,8 @@ class MainActivity : AppCompatActivity(), ThemeProvider {
|
|
|
|
this@MainActivity,
|
|
|
|
this@MainActivity,
|
|
|
|
titleId = R.string.content_install_notice,
|
|
|
|
titleId = R.string.content_install_notice,
|
|
|
|
descriptionId = R.string.content_install_notice_description,
|
|
|
|
descriptionId = R.string.content_install_notice_description,
|
|
|
|
positiveAction = { homeViewModel.setContentToInstall(documents) }
|
|
|
|
positiveAction = { homeViewModel.setContentToInstall(documents) },
|
|
|
|
|
|
|
|
negativeAction = {}
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}.show(supportFragmentManager, ProgressDialogFragment.TAG)
|
|
|
|
}.show(supportFragmentManager, ProgressDialogFragment.TAG)
|
|
|
|