From c135605f1e885c444a4d0850b05b4e0f3c42f44f Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Wed, 18 Dec 2019 23:51:39 +0200 Subject: [PATCH] restore ability to scroll the profile details screen especially when the soft keyboard is visible --- app/src/main/res/layout/activity_profile_detail.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/src/main/res/layout/activity_profile_detail.xml b/app/src/main/res/layout/activity_profile_detail.xml index 79ab8227..9213f52a 100644 --- a/app/src/main/res/layout/activity_profile_detail.xml +++ b/app/src/main/res/layout/activity_profile_detail.xml @@ -21,9 +21,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:fitsSystemWindows="true" - tools:context=".ui.activity.ProfileDetailActivity" - tools:ignore="MergeRootFrame"> + tools:context=".ui.activity.ProfileDetailActivity">