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
@@ -89,8 +88,7 @@ data class SettingsData(
8988 val isBiometricEnabled : Boolean = false ,
9089 val isPinOnIdleEnabled : Boolean = false ,
9190 val isPinForPaymentsEnabled : Boolean = false ,
92- @Suppress(" KotlinConstantConditions" , " SimplifyBooleanWithConstants" )
93- val isDevModeEnabled : Boolean = !Env .isE2eTest && Env .network != Network .BITCOIN ,
91+ val isDevModeEnabled : Boolean = Env .isDebug,
9492 val showWidgets : Boolean = true ,
9593 val showWidgetTitles : Boolean = false ,
9694 val lastUsedTags : List <String > = emptyList(),
You can’t perform that action at this time.
0 commit comments