Skip to content

Commit

Permalink
Log developer option pref correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
VegaBobo committed Apr 29, 2023
1 parent 864af35 commit 0866141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class AboutViewModel @Inject constructor(
resetDeveloperOptionsCounter()
viewModelScope.launch {
val newDevOptPrefValue = !readBoolPref(AppPrefs.DEVELOPER_OPTIONS)
println("newState: $newDevOptPrefValue")
Log.d(tag, "newDevOptPrefValue: $newDevOptPrefValue")
updateBoolPref(
AppPrefs.DEVELOPER_OPTIONS,
newDevOptPrefValue,
Expand Down

0 comments on commit 0866141

Please sign in to comment.