Skip to content

Commit 1079a05

Browse files
authored
Merge pull request #1102 from PlayEveryWare/fix/android-fileread
fix: IFDEF moved so that Android contains `ReadAllText`
2 parents 37970f6 + 0f26ae3 commit 1079a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.playeveryware.eos/Runtime/Core/Utility/FileSystemUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ public static async Task<string> ReadAllTextAsync(string path)
504504
throw;
505505
}
506506
}
507+
#endif
507508

508509
/// <summary>
509510
/// Reads all text from the indicated file.
@@ -530,7 +531,6 @@ public static string ReadAllText(string path)
530531
}
531532
#endif
532533
}
533-
#endif
534534

535535
#endregion
536536

0 commit comments

Comments
 (0)