billthefarmer / tuner

Android accordion tuner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

app state is lost on activity restarting

ufarooq opened this issue · comments

version: 1.33

Open the app, tap on the centre area, "lock" will appear and message display lock on, restart the activity by splitting the screen, "lock" state and icon are lost after restarting.

There is a simple reason for that. Display lock is implemented by stopping updating the display. When the device is rotated or display split there is no point in retaining display lock as the different display is regenerated with new data and will not be the same as before.