Use correct key in prefs.
This commit is contained in:
parent
b148b334b2
commit
e13f29e615
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="syncprofiletopump"
|
android:key="@string/key_sync_profile_to_pump"
|
||||||
android:title="@string/syncprofiletopump_title" />
|
android:title="@string/syncprofiletopump_title" />
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue