File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/src/main/java/to/bitkit/data Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import androidx.datastore.dataStore
66import dagger.hilt.android.qualifiers.ApplicationContext
77import kotlinx.coroutines.flow.Flow
88import kotlinx.serialization.Serializable
9- import org.lightningdevkit.ldknode.Network
109import to.bitkit.data.serializers.SettingsSerializer
1110import to.bitkit.env.Env
1211import to.bitkit.models.BitcoinDisplayUnit
@@ -99,8 +98,7 @@ data class SettingsData(
9998 val isBiometricEnabled : Boolean = false ,
10099 val isPinOnIdleEnabled : Boolean = false ,
101100 val isPinForPaymentsEnabled : Boolean = false ,
102- @Suppress(" KotlinConstantConditions" , " SimplifyBooleanWithConstants" )
103- val isDevModeEnabled : Boolean = !Env .isE2eTest && Env .network != Network .BITCOIN ,
101+ val isDevModeEnabled : Boolean = Env .isDebug,
104102 val showWidgets : Boolean = true ,
105103 val showWidgetTitles : Boolean = false ,
106104 val lastUsedTags : List <String > = emptyList(),
You can’t perform that action at this time.
0 commit comments