diff options
author | Arne Schwabe <arne@rfc2549.org> | 2020-03-05 12:56:06 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2020-03-05 12:56:06 +0100 |
commit | 35d5d01f7c313d5f1c881e222a9b8aafbf182c4b (patch) | |
tree | ef2f4ae87b93df1ca30177e0c859c4ad5c33aadf /main/src | |
parent | 631205b050fe145fdf46e24f55a5967357b7a037 (diff) |
Fix crash on non-editable profiles
Diffstat (limited to 'main/src')
-rw-r--r-- | main/src/ui/res/layout/settings_usereditable.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/src/ui/res/layout/settings_usereditable.xml b/main/src/ui/res/layout/settings_usereditable.xml index 6e954116..08394bc0 100644 --- a/main/src/ui/res/layout/settings_usereditable.xml +++ b/main/src/ui/res/layout/settings_usereditable.xml @@ -27,4 +27,14 @@ tools:visibility="gone"> <include layout="@layout/keystore_selector"/> </LinearLayout> + <LinearLayout + android:id="@+id/external_auth" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" + android:visibility="gone" + tools:visibility="gone"> + + <include layout="@layout/extauth_provider"/> + </LinearLayout> </LinearLayout>
\ No newline at end of file |