mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-12 19:09:34 +07:00
Remove stream read
This commit is contained in:
parent
b8aa3c8b21
commit
fa0e9727ae
@ -62,9 +62,6 @@ public class IOSLauncher extends IOSApplication.Delegate{
|
|||||||
NSFileCoordinator coord = new NSFileCoordinator(null);
|
NSFileCoordinator coord = new NSFileCoordinator(null);
|
||||||
try{
|
try{
|
||||||
coord.coordinateReadingItem(documentURLs.get(0), NSFileCoordinatorReadingOptions.None, url -> {
|
coord.coordinateReadingItem(documentURLs.get(0), NSFileCoordinatorReadingOptions.None, url -> {
|
||||||
NSInputStream stream = new NSInputStream(NSData.read(url));
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
try{
|
try{
|
||||||
cons.get(new FileHandle(url.getAbsoluteURL().getPath()));
|
cons.get(new FileHandle(url.getAbsoluteURL().getPath()));
|
||||||
|
Loading…
Reference in New Issue
Block a user