mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-27 13:22:49 +02:00
fix(metadata): show readable SAF file locations
This commit is contained in:
@@ -230,6 +230,11 @@ class PlatformBridge {
|
||||
return InstallationState.fromMap(result);
|
||||
}
|
||||
|
||||
static Future<void> prepareRuntimeState(String dataDir) async {
|
||||
if (!Platform.isAndroid) return;
|
||||
await _invokeMap('prepareRuntimeState', {'data_dir': dataDir});
|
||||
}
|
||||
|
||||
static Future<Map<String, dynamic>> _cachedInvoke(
|
||||
String cacheKey,
|
||||
Map<String, _BridgeCacheEntry> cache,
|
||||
|
||||
Reference in New Issue
Block a user