Commit 85941c47 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Removed lol code

parent 82eeefb5
package com.topjohnwu.magisk.redesign.safetynet package com.topjohnwu.magisk.redesign.safetynet
import android.os.Build
import com.topjohnwu.magisk.R import com.topjohnwu.magisk.R
import com.topjohnwu.magisk.databinding.FragmentSafetynetMd2Binding import com.topjohnwu.magisk.databinding.FragmentSafetynetMd2Binding
import com.topjohnwu.magisk.redesign.compat.CompatFragment import com.topjohnwu.magisk.redesign.compat.CompatFragment
...@@ -13,7 +12,6 @@ class SafetynetFragment : CompatFragment<SafetynetViewModel, FragmentSafetynetMd ...@@ -13,7 +12,6 @@ class SafetynetFragment : CompatFragment<SafetynetViewModel, FragmentSafetynetMd
override fun onStart() { override fun onStart() {
super.onStart() super.onStart()
Build.VERSION.RELEASE
activity.setTitle(R.string.safetyNet) activity.setTitle(R.string.safetyNet)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment