settings: drop dummy settings
This commit is contained in:
parent
e7330966d9
commit
6c405a7c42
|
@ -41,17 +41,6 @@
|
|||
app:showSeekBarValue="true"
|
||||
app:title="@string/pref_read_timeout_title" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:key="sync"
|
||||
app:title="@string/sync_title" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:dependency="sync"
|
||||
app:key="attachment"
|
||||
app:summaryOff="@string/attachment_summary_off"
|
||||
app:summaryOn="@string/attachment_summary_on"
|
||||
app:title="@string/attachment_title" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
Reference in a new issue