minor changes

This commit is contained in:
X1nto 2020-05-20 00:07:23 +04:00
parent dd6339219b
commit 8e4e64cdf8
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ open class About : BaseFragment() {
false
}
val githubSource = getView()?.findViewById(R.id.about_github_button) as Button
val license = getView()?.findViewById(R.id.about_license_button) as Button
val githubSource = view.findViewById<Button>(R.id.about_github_button)
val license = view.findViewById<Button>(R.id.about_license_button)
githubSource.setOnClickListener {
openUrl("https://github.com/YTvanced/VancedInstaller", R.color.GitHub)