me is of beings retard

This commit is contained in:
stonedDiscord 2017-05-01 13:10:17 +02:00
parent 8b9d5e3ab7
commit a14da4c541

View File

@ -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");