From a14da4c5415dfd711c59eef1f840429393218cf1 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Mon, 1 May 2017 13:10:17 +0200 Subject: [PATCH] me is of beings retard --- path_functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path_functions.cpp b/path_functions.cpp index c415fa0..754ce9e 100644 --- a/path_functions.cpp +++ b/path_functions.cpp @@ -18,7 +18,7 @@ QString AOApplication::get_base_path() base_path = base_override; #elif defined(ANDROID) QString sdcard_storage = getenv("SECONDARY_STORAGE"); - if (dir_exists(sdcard_storage)){ + if (dir_exists(sdcard_storage + "/AO2/")){ base_path = sdcard_storage + "/AO2/"; }else{ QString external_storage = getenv("EXTERNAL_STORAGE");