From 3e685fc2334f853c318e0ce950c958837580a7a3 Mon Sep 17 00:00:00 2001 From: GaidamakUA Date: Tue, 27 Oct 2015 16:27:54 +0200 Subject: [PATCH] Setting firstTime to false after user chose storage source --- OsmAnd/res/layout/fragment_data_storage_place_dialog.xml | 1 - .../osmand/plus/download/ui/DataStoragePlaceDialogFragment.java | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/OsmAnd/res/layout/fragment_data_storage_place_dialog.xml b/OsmAnd/res/layout/fragment_data_storage_place_dialog.xml index b387df0e75..f8c24fb1d1 100644 --- a/OsmAnd/res/layout/fragment_data_storage_place_dialog.xml +++ b/OsmAnd/res/layout/fragment_data_storage_place_dialog.xml @@ -3,7 +3,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom" - android:background="@color/color_transparent" tools:context="net.osmand.plus.download.ui.DataStoragePlaceDialogFragment">