From fc0260d6eefaa7338b9aeb6fd520b4ca5a699222 Mon Sep 17 00:00:00 2001 From: Mugurell Date: Tue, 17 Mar 2020 20:01:01 +0200 Subject: [PATCH] For #8651 - Ensure FenixSnackbar has a proper root for inflating into FenixSnackbar, as the platform Snackbar can only be inflated in either a `CoordinatorLayout` or a `FrameLayout`. Ensure our HistoryFragment's layout uses one of these as it's root. --- app/src/main/res/layout/fragment_history.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_history.xml b/app/src/main/res/layout/fragment_history.xml index f48171d7e..76483073e 100644 --- a/app/src/main/res/layout/fragment_history.xml +++ b/app/src/main/res/layout/fragment_history.xml @@ -2,9 +2,11 @@ - + tools:context="org.mozilla.fenix.library.history.HistoryFragment" />