mirror of
https://github.com/bitwarden/mobile
synced 2026-01-01 16:13:15 +00:00
restrictions apparantly cannot have a null default value
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
android:title="@string/SelfHostedServerUrl"
|
||||
android:restrictionType="string"
|
||||
android:description="@string/ServerUrl"
|
||||
android:defaultValue="@null" />
|
||||
android:defaultValue="" />
|
||||
</restrictions>
|
||||
|
||||
Reference in New Issue
Block a user