OpenSeizureDetector / Android_Pebble_SD

The main OpenSeizureDetector Android App, that is published on the Android Play Store.
http://openseizuredetector.org.uk
GNU General Public License v3.0
9 stars 11 forks source link

V4.2.1n - Switching between old and new user interfaces does not take effect immediately. #138

Closed jones139 closed 5 months ago

jones139 commented 5 months ago

Changing the 'Use New UI' setting then pressing the back button to re-display the main activity does not show the newly-selected user interface (you have to press the back button again to close the activity, then re-open it using the notification). The old and new main activities should check whether they should be displayed in the onResume() function, and start the other activity if required.