Skip to content

Commit

Permalink
fix: app crash when click the app icon as the service is running
Browse files Browse the repository at this point in the history
  • Loading branch information
Zengwen Yuan committed Oct 9, 2017
1 parent 43a7c1a commit a4e1d28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@

<activity android:name="org.kivy.android.PythonActivity"
android:label="@string/app_name"
android:launchMode="singleTop"
android:configChanges="keyboardHidden|orientation{% if args.min_sdk_version >= 13 %}|screenSize{% endif %}"
android:screenOrientation="{{ args.orientation }}"
>
Expand Down

0 comments on commit a4e1d28

Please sign in to comment.