mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
feat : Account Vanishing (#6098)
* feat : Account Vanishing * Added Comment for SingleWebViewActivity --------- Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
This commit is contained in:
parent
18f599b554
commit
39b513da12
8 changed files with 234 additions and 1 deletions
|
|
@ -129,4 +129,14 @@
|
|||
android:title="@string/send_log_file" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/account">
|
||||
|
||||
<Preference
|
||||
android:key="vanishAccount"
|
||||
app:singleLineTitle="false"
|
||||
android:title="@string/vanish_account"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue