From e66f2ab36b3b826b1ccb5e1b54812af2e417ff66 Mon Sep 17 00:00:00 2001 From: Stypox Date: Sat, 17 Aug 2019 09:27:18 +0200 Subject: [PATCH] Fix ReCaptchaActivity layout crash due to hidden EditText Closes #2484 --- .../main/res/layout/activity_recaptcha.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/activity_recaptcha.xml b/app/src/main/res/layout/activity_recaptcha.xml index 7a4971cd9..1016210ec 100644 --- a/app/src/main/res/layout/activity_recaptcha.xml +++ b/app/src/main/res/layout/activity_recaptcha.xml @@ -1,16 +1,27 @@ - + + + + - - \ No newline at end of file