We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b1186e + dbdc515 commit 9c30fd7Copy full SHA for 9c30fd7
pythonforandroid/recipes/android/src/android/_android.pyx
@@ -212,6 +212,11 @@ TYPE_TEXT_VARIATION_POSTAL_ADDRESS = 112
212
TYPE_TEXT_VARIATION_URI = 16
213
TYPE_CLASS_PHONE = 3
214
215
+IF BOOTSTRAP == 'sdl2':
216
+ def remove_presplash():
217
+ # Remove android presplash in SDL2 bootstrap.
218
+ mActivity.removeLoadingScreen()
219
+
220
def show_keyboard(target, input_type):
221
if input_type == 'text':
222
_input_type = TYPE_CLASS_TEXT
0 commit comments