From 49c5c3952cef2d12d69b76d5a98958b2fd6c3371 Mon Sep 17 00:00:00 2001 From: premhalani Date: Fri, 14 Dec 2018 18:02:33 -0800 Subject: [PATCH] Fix null pointer exception by adding `headerLayout` --- .../main/res/layout-sw600dp/filestack__activity_filestack.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/filestack/src/main/res/layout-sw600dp/filestack__activity_filestack.xml b/filestack/src/main/res/layout-sw600dp/filestack__activity_filestack.xml index 28a16a6b..5c9e3390 100644 --- a/filestack/src/main/res/layout-sw600dp/filestack__activity_filestack.xml +++ b/filestack/src/main/res/layout-sw600dp/filestack__activity_filestack.xml @@ -32,6 +32,7 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:fitsSystemWindows="false" + app:headerLayout="@layout/filestack__nav_header_filestack" app:elevation="0dp"/>