Skip to content

Commit

Permalink
Merge pull request #930 from KeyWeeUsr/remove_presplash
Browse files Browse the repository at this point in the history
Add remove_presplash
  • Loading branch information
inclement authored Nov 26, 2016
2 parents 3b1186e + dbdc515 commit 9c30fd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pythonforandroid/recipes/android/src/android/_android.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ TYPE_TEXT_VARIATION_POSTAL_ADDRESS = 112
TYPE_TEXT_VARIATION_URI = 16
TYPE_CLASS_PHONE = 3

IF BOOTSTRAP == 'sdl2':
def remove_presplash():
# Remove android presplash in SDL2 bootstrap.
mActivity.removeLoadingScreen()

def show_keyboard(target, input_type):
if input_type == 'text':
_input_type = TYPE_CLASS_TEXT
Expand Down

0 comments on commit 9c30fd7

Please sign in to comment.