mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-24 03:16:00 +00:00
simplify code of get file with MutableStateFlow
This commit is contained in:
@@ -129,7 +129,7 @@ fun ShizukuActivate(){
|
||||
coScope.launch{
|
||||
outputText = service!!.execute(context.getString(R.string.dpm_activate_po_command))
|
||||
outputTextScrollState.animateScrollTo(0, scrollAnim())
|
||||
delay(600)
|
||||
delay(500)
|
||||
showProfileOwnerButton = !isProfileOwner(dpm)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user