mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Relocate android specific dependency (#7387)
This commit is contained in:
@@ -4,6 +4,7 @@ import com.badlogic.gdx.Gdx;
|
||||
import forge.interfaces.IDeviceAdapter;
|
||||
import forge.util.*;
|
||||
import org.apache.commons.lang3.tuple.Pair;
|
||||
import org.jupnp.UpnpServiceConfiguration;
|
||||
|
||||
import javax.imageio.ImageIO;
|
||||
import java.awt.Desktop;
|
||||
@@ -146,5 +147,11 @@ public class Main {
|
||||
public ArrayList<String> getGamepads() {
|
||||
return new ArrayList<>();
|
||||
}
|
||||
|
||||
@Override
|
||||
public UpnpServiceConfiguration getUpnpPlatformService() {
|
||||
// shouldn't be reached
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user