mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-26 13:12:59 +00:00
many debuggings
This commit is contained in:
parent
c3dd203b5a
commit
66c901d3c2
1 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@ open class ThemeInstall : BaseFragment() {
|
|||
val nextButton = view.findViewById<Button>(R.id.vanced_next_to_variant)
|
||||
val loadBar = view.findViewById<ProgressBar>(R.id.vantheme_progress)
|
||||
val themeGroup = view.findViewById<RadioGroup>(R.id.theme_radiogroup)
|
||||
val selectedThemeId = themeGroup.checkedRadioButtonId
|
||||
val selectedButton = view.findViewById<RadioButton>(selectedThemeId)
|
||||
|
||||
|
||||
nextButton.setOnClickListener {
|
||||
val selectedThemeId = themeGroup.checkedRadioButtonId
|
||||
val selectedButton = view.findViewById<RadioButton>(selectedThemeId)
|
||||
Toast.makeText(requireContext(), selectedButton.tag.toString(), Toast.LENGTH_SHORT).show()
|
||||
//downloadSplit("theme", selectedThemeId.toString(), false, loadBar, R.id.toInstallVariantFragment)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue