mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-08 08:15:06 +01:00
Enabled by Default & Padding
This commit is contained in:
parent
54e6e18131
commit
83d0f5344a
@ -1,3 +1,4 @@
|
|||||||
|
package mihon.core.firebase
|
||||||
|
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import eu.kanade.tachiyomi.core.security.SecurityPreferences
|
import eu.kanade.tachiyomi.core.security.SecurityPreferences
|
||||||
|
@ -49,8 +49,8 @@ internal class PermissionStep : OnboardingStep {
|
|||||||
|
|
||||||
private var notificationGranted by mutableStateOf(false)
|
private var notificationGranted by mutableStateOf(false)
|
||||||
private var batteryGranted by mutableStateOf(false)
|
private var batteryGranted by mutableStateOf(false)
|
||||||
private var allowCrashLogs by mutableStateOf(false)
|
private var allowCrashLogs by mutableStateOf(true)
|
||||||
private var allowAnalytics by mutableStateOf(false)
|
private var allowAnalytics by mutableStateOf(true)
|
||||||
|
|
||||||
override val isComplete: Boolean = true
|
override val isComplete: Boolean = true
|
||||||
|
|
||||||
@ -119,7 +119,7 @@ internal class PermissionStep : OnboardingStep {
|
|||||||
)
|
)
|
||||||
|
|
||||||
HorizontalDivider(
|
HorizontalDivider(
|
||||||
modifier = Modifier.padding(vertical = 8.dp),
|
modifier = Modifier.padding(vertical = 8.dp, horizontal = 16.dp),
|
||||||
color = MaterialTheme.colorScheme.onPrimaryContainer,
|
color = MaterialTheme.colorScheme.onPrimaryContainer,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user