v0.9.2b: fixed URL opening bug in Android 11, and re-final commit
This commit is contained in:
@@ -64,7 +64,7 @@ public class DeviceCompat {
|
||||
}
|
||||
|
||||
public static void openURI( String URI ){
|
||||
Gdx.net.openURI( URI );
|
||||
Game.platform.openURI(URI);
|
||||
}
|
||||
|
||||
public static void log( String tag, String message ){
|
||||
|
||||
Reference in New Issue
Block a user