Skip to content

Commit

Permalink
Merge pull request #2014 from adityabhawsingka/patch-1
Browse files Browse the repository at this point in the history
Documentation: android hide loading screen
  • Loading branch information
AndreMiras authored Oct 31, 2019
2 parents 0d20e2a + 1a079d6 commit c828b3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/apis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ longer than necessary (with your app already being loaded) due to a
limitation with the way we check if the app has properly started.
In this case, the splash screen overlaps the app gui for a short time.

To dismiss the loading screen explicitely in your code, use the `android`
To dismiss the loading screen explicitly in your code, use the `android`
module::

from android import hide_loading_screen
hide_loading_screen()
from android import loadingscreen
loadingscreen.hide_loading_screen()

You can call it e.g. using ``kivy.clock.Clock.schedule_once`` to run it
in the first active frame of your app, or use the app build method.
Expand Down

0 comments on commit c828b3a

Please sign in to comment.