Skip to content

Commit

Permalink
my prediction was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Nov 11, 2024
1 parent d3a3ab5 commit 4a5e4ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/geode/launcher/utils/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ object Constants {
const val SUPPORTED_VERSION_CODE_MIN = 37L
const val SUPPORTED_VERSION_CODE = 40L

const val SUPPORTED_VERSION_STRING = "2.2.142"
const val SUPPORTED_VERSION_STRING = "2.2.143"
}
2 changes: 0 additions & 2 deletions app/src/main/java/org/cocos2dx/lib/Cocos2dxGLSurfaceView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ class Cocos2dxGLSurfaceView(context: Context) : GLSurfaceView(context) {
fun initView() {
setEGLContextClientVersion(2)
isFocusableInTouchMode = true
// if (Build.VERSION.SDK_INT >= 11) {
preserveEGLContextOnPause = true
// }
cocos2dxGLSurfaceView = this
cocos2dxTextInputWrapper = Cocos2dxTextInputWrapper(this)
Cocos2dxGLSurfaceView.handler = object : Handler(Looper.getMainLooper()) {
Expand Down

0 comments on commit 4a5e4ce

Please sign in to comment.