mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Relocate android specific dependency (#7387)
This commit is contained in:
@@ -7,6 +7,7 @@ import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
|
||||
import org.apache.commons.lang3.tuple.Pair;
|
||||
import org.jupnp.UpnpServiceConfiguration;
|
||||
import org.robovm.apple.foundation.NSAutoreleasePool;
|
||||
import org.robovm.apple.uikit.UIApplication;
|
||||
import org.robovm.apple.uikit.UIPasteboard;
|
||||
@@ -138,5 +139,11 @@ public class Main extends IOSApplication.Delegate {
|
||||
public ArrayList<String> getGamepads() {
|
||||
return new ArrayList<>();
|
||||
}
|
||||
|
||||
@Override
|
||||
public UpnpServiceConfiguration getUpnpPlatformService() {
|
||||
// not used
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user