From 8e4e64cdf812136c103902cb27d69702d8a08284 Mon Sep 17 00:00:00 2001 From: X1nto Date: Wed, 20 May 2020 00:07:23 +0400 Subject: [PATCH] minor changes --- app/src/main/java/com/vanced/manager/core/fragments/About.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/vanced/manager/core/fragments/About.kt b/app/src/main/java/com/vanced/manager/core/fragments/About.kt index c8aab3b6..7857ad8d 100644 --- a/app/src/main/java/com/vanced/manager/core/fragments/About.kt +++ b/app/src/main/java/com/vanced/manager/core/fragments/About.kt @@ -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