Commit cfd4d5b1 authored by Max Kellermann's avatar Max Kellermann

StateFileConfig: use GetAppCacheDir() instead of GetUserCacheDir()

parent 06514aec
...@@ -32,7 +32,7 @@ StateFileConfig::StateFileConfig(const ConfigData &config) ...@@ -32,7 +32,7 @@ StateFileConfig::StateFileConfig(const ConfigData &config)
{ {
#ifdef ANDROID #ifdef ANDROID
if (path.IsNull()) { if (path.IsNull()) {
const auto cache_dir = GetUserCacheDir(); const auto cache_dir = GetAppCacheDir();
if (cache_dir.IsNull()) if (cache_dir.IsNull())
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment