Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -16,7 +16,7 @@ baselineprofile = "1.2.4"
|
||||
benchmarkMacroJunit4 = "1.2.4"
|
||||
coil = "3.0.0-alpha08"
|
||||
composeUiTest = "1.6.8"
|
||||
composeMultiplatform = "1.6.11"
|
||||
composeMultiplatform = "1.7.0-alpha01"
|
||||
dependencyUpdate = "0.51.0"
|
||||
kermit = "2.0.4"
|
||||
koin = "3.6.0-Beta4"
|
||||
|
||||
@@ -54,7 +54,7 @@ private struct JailBrokenHelper {
|
||||
}
|
||||
|
||||
static func canEditSystemFiles() -> Bool {
|
||||
let jailBreakText = "Developer Insider"
|
||||
let jailBreakText = "Jail"
|
||||
do {
|
||||
try jailBreakText.write(toFile: jailBreakText, atomically: true, encoding: .utf8)
|
||||
return true
|
||||
|
||||
+1
-1
@@ -299,7 +299,7 @@ private fun ApplicationsList(
|
||||
)
|
||||
},
|
||||
modifier = Modifier
|
||||
// .animateItemPlacement() reenable it with compose 1.7
|
||||
// .animateItem()
|
||||
.focusable(),
|
||||
)
|
||||
if (index < appList.lastIndex) {
|
||||
|
||||
@@ -95,7 +95,7 @@ fun CpuProgressBar(
|
||||
color = MaterialTheme.colorScheme.tertiary,
|
||||
trackColor = Color.Unspecified,
|
||||
strokeCap = strokeCap,
|
||||
// drawStopIndicator = {},
|
||||
drawStopIndicator = {},
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.requiredHeight(progressHeight),
|
||||
|
||||
Reference in New Issue
Block a user