From 4536a2a35e0508002c1437703cce2c11b8de4590 Mon Sep 17 00:00:00 2001 From: VaishnaviShri Date: Sat, 3 Apr 2021 15:19:06 +0530 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/8545: Fix unnecessary scroll in home screen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the height of the recycler view inside the home fragment to ‘wrap_content’ to avoid scrolling if the viewport is not filled with elements. Closes https://github.com/mozilla-mobile/fenix/issues/8545 --- app/src/main/res/layout/fragment_home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 0c344615b8..60389d7657 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -65,7 +65,7 @@