Skip to content

Commit ac0de00

Browse files
refactor: Clean code (#318)
2 parents 0ef225b + 4dbea66 commit ac0de00

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

MyKSuite/src/main/java/com/infomaniak/core/myksuite/ui/screens/components/InformationBlock.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ internal fun InformationBlock(modifier: Modifier = Modifier, text: String, butto
6464
}
6565
}
6666

67-
6867
@Preview(name = "(1) Light")
6968
@Preview(name = "(2) Dark", uiMode = Configuration.UI_MODE_NIGHT_YES or Configuration.UI_MODE_TYPE_NORMAL)
7069
@Composable

UserAvatar/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ plugins {
55
kotlin("plugin.parcelize")
66
}
77

8-
98
val coreCompileSdk: Int by rootProject.extra
109
val legacyMinSdk: Int by rootProject.extra
1110
val javaVersion: JavaVersion by rootProject.extra

UserAvatar/src/main/java/com/infomaniak/core/useravatar/component/DefaultIconColor.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import androidx.compose.foundation.isSystemInDarkTheme
2121
import androidx.compose.runtime.Composable
2222
import androidx.compose.ui.graphics.Color
2323

24-
2524
// TODO: Remove this file when using CoreUi
2625

2726
private const val iconColorDark = 0xFF333333

src/main/kotlin/com/infomaniak/core/ForegroundService.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ abstract class ForegroundService(
141141
timeoutAsync.complete(TimeoutCancellationException(foregroundServiceType))
142142
}
143143

144-
145144
@OptIn(InternalApi::class)
146145
final override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
147146
super.onStartCommand(intent, flags, startId)

0 commit comments

Comments
 (0)