Skip to content

Commit 0f26ae3

Browse files
committed
fix: IFDEF moved so that Android contains `ReadAllText
1 parent 2c23d33 commit 0f26ae3

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)