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:
Neel Doshi 2025-01-09 19:57:08 +05:30 committed by GitHub
parent 18f599b554
commit 39b513da12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 234 additions and 1 deletions

View file

@ -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>