You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Added primitive implementation of modules screen
This commit is contained in:
@@ -443,4 +443,11 @@ fun ProgressBar.setProgressAnimated(newProgress: Int) {
|
||||
addUpdateListener { progress = it.animatedValue as Int }
|
||||
tag = this
|
||||
}.start()
|
||||
}
|
||||
|
||||
@BindingAdapter("android:rotation")
|
||||
fun View.setRotationNotAnimated(rotation: Int) {
|
||||
if (animation != null) {
|
||||
this.rotation = rotation.toFloat()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user