break on config change prevented

This commit is contained in:
afischerdev 2023-07-31 10:30:40 +02:00
parent 2dbb57dd4e
commit 071ff5863f
2 changed files with 7 additions and 0 deletions

View file

@ -92,6 +92,7 @@
android:name=".RoutingParameterDialog"
android:exported="true"
android:launchMode="singleTask"
android:configChanges="orientation|screenSize|keyboardHidden"
/>
<service