Skip to content

Commit 38f5c9e

Browse files
Changed logging to SwitchPreference
1 parent a23101b commit 38f5c9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/kotlin/io/github/francoiscampbell/xposeddatausage/Module.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import io.github.francoiscampbell.xposeddatausage.util.findViewById
1515
import io.github.francoiscampbell.xposeddatausage.util.hookLayout
1616
import io.github.francoiscampbell.xposeddatausage.util.registerReceiver
1717
import io.github.francoiscampbell.xposeddatausage.widget.ClockWrapper
18+
import io.github.francoiscampbell.xposeddatausage.widget.DataUsageViewImpl
1819

1920
/**
2021
* Created by francois on 16-03-11.

app/src/main/res/xml/prefs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</PreferenceCategory>
4242

4343
<PreferenceCategory android:title="@string/pref_category_dev">
44-
<CheckBoxPreference
44+
<SwitchPreference
4545
android:defaultValue="false"
4646
android:key="@string/pref_debug_logging_key"
4747
android:summary="@string/pref_debug_logging_summary"

0 commit comments

Comments
 (0)