From d7973587fcc33f7e8c852af867913666e7b8cfc7 Mon Sep 17 00:00:00 2001 From: ValentinTimisica Date: Mon, 28 Oct 2019 13:40:11 +0200 Subject: [PATCH] Fixes #5128: Changed history_empty_view to match constraints. The bug occurred because the activity/fragment is not recreated on orientation change. A simple fix was to just set width and height to 0dp to let it match constraints. --- app/src/main/res/layout/component_history.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/component_history.xml b/app/src/main/res/layout/component_history.xml index 91d9a27a2..71c3bc6af 100644 --- a/app/src/main/res/layout/component_history.xml +++ b/app/src/main/res/layout/component_history.xml @@ -22,9 +22,9 @@