We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbb464 commit 372d7dfCopy full SHA for 372d7df
com.playeveryware.eos/Runtime/Core/Utility/FileSystemUtility.cs
@@ -513,7 +513,7 @@ public static async Task<string> ReadAllTextAsync(string path)
513
{
514
#if UNITY_ANDROID && !UNITY_EDITOR
515
// On Android, use a custom helper to read the file synchronously
516
- return await Task.FromResult(AndroidFileIOHelper.ReadAllText(path));
+ return await AndroidFileIOHelper.ReadAllText(path);
517
#else
518
// On other platforms, read asynchronously or synchronously as
519
// appropriate.
0 commit comments