From f0a87807554e22fc3d3ddcdb0ed2a643a6cee4d6 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Fri, 13 Mar 2015 10:01:02 +0100 Subject: [PATCH] Use the same fragment id for portrait & landscape To refresh the header, we retrieve the fragment from its id. But the landscape layout used another id for the same fragment, so it could not be retrieved, leading to a NullPointerException in landscape. Therefore, use the same fragment id as in the portrait layout. --- F-Droid/res/layout-land/app_details.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/F-Droid/res/layout-land/app_details.xml b/F-Droid/res/layout-land/app_details.xml index 110f3bba5..bb9d4c7d2 100644 --- a/F-Droid/res/layout-land/app_details.xml +++ b/F-Droid/res/layout-land/app_details.xml @@ -22,7 +22,7 @@