mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
fix: rish not extracted
This commit is contained in:
@@ -50,7 +50,7 @@ fun ShizukuActivate(){
|
|||||||
val isWear = sharedPref.getBoolean("isWear",false)
|
val isWear = sharedPref.getBoolean("isWear",false)
|
||||||
val bodyTextStyle = if(isWear){ typography.bodyMedium }else{ typography.bodyLarge }
|
val bodyTextStyle = if(isWear){ typography.bodyMedium }else{ typography.bodyLarge }
|
||||||
val filesDir = myContext.filesDir
|
val filesDir = myContext.filesDir
|
||||||
var launchExtractRish by remember{mutableStateOf(false)}
|
var launchExtractRish by remember{mutableStateOf(true)}
|
||||||
LaunchedEffect(launchExtractRish){ if(launchExtractRish){ extractRish(myContext);launchExtractRish=false } }
|
LaunchedEffect(launchExtractRish){ if(launchExtractRish){ extractRish(myContext);launchExtractRish=false } }
|
||||||
val scrollState = rememberScrollState()
|
val scrollState = rememberScrollState()
|
||||||
Column(modifier = Modifier.verticalScroll(scrollState)){
|
Column(modifier = Modifier.verticalScroll(scrollState)){
|
||||||
|
|||||||
Reference in New Issue
Block a user