mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 11:37:36 +00:00
Cleanup unused code
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
package com.topjohnwu.magisk.utils
|
||||
|
||||
import android.view.View
|
||||
|
||||
interface HideableBehavior<V : View> {
|
||||
|
||||
fun setHidden(view: V, hide: Boolean, lockState: Boolean = false)
|
||||
|
||||
}
|
Reference in New Issue
Block a user