Merge branch 'master' of https://github.com/Attorney-Online-Engineering-Task-Force/AO2-Client
This commit is contained in:
		
						commit
						b32ad3a565
					
				@ -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");
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user