diff --git a/project/AndroidManifestTemplate.xml b/project/AndroidManifestTemplate.xml index 777b44b78..bafb14efe 100644 --- a/project/AndroidManifestTemplate.xml +++ b/project/AndroidManifestTemplate.xml @@ -15,7 +15,7 @@ android:alwaysRetainTaskState="true" android:launchMode="singleTask" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode|screenSize|smallestScreenSize" - android:windowSoftInputMode="stateUnspecified|adjustPan" + android:windowSoftInputMode="stateUnspecified" > diff --git a/project/jni/application/hid-pc-keyboard/src b/project/jni/application/hid-pc-keyboard/src index c0a12cb31..7728c49e2 160000 --- a/project/jni/application/hid-pc-keyboard/src +++ b/project/jni/application/hid-pc-keyboard/src @@ -1 +1 @@ -Subproject commit c0a12cb31dcc181baef4f53d63d532ae6c50ca7b +Subproject commit 7728c49e2510a4ee0313aaedf2cf2bdf04bea5fa diff --git a/project/jni/sdl-1.2/src/video/android/SDL_androidvideo-1.2.c b/project/jni/sdl-1.2/src/video/android/SDL_androidvideo-1.2.c index c0d269a64..51cf71e44 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_androidvideo-1.2.c +++ b/project/jni/sdl-1.2/src/video/android/SDL_androidvideo-1.2.c @@ -998,7 +998,7 @@ static void ANDROID_FlipHWSurfaceInternal(int numrects, SDL_Rect *rects) } } - if( SDL_ANDROID_ScreenVisibleRect.h <= 0 || ) + if( SDL_ANDROID_ScreenVisibleRect.h <= 0 ) SDL_RenderCopy((struct SDL_Texture *)SDL_CurrentVideoSurface->hwdata, &rect, &dstrect); else {