GlobalActions: Set the initial status of airplane mode toggle
Actually, the initial status of airplane mode toggle is set to false when the power menu dialog is initialized. This causes an issue if you set airplane mode and then reboot. After the reboot, the dialog displays the wrong airplane mode status, eg. "Airplane mode is not active", and if you toggle that option, a wrong intent is sent again to put ON the airplane mode, instead of OFF, the toggle (that is in transition state) will be set disabled. This commit fixes this issue. Ref: CYNGNOS-2236 Change-Id: Id30355c1e090355645c437086c79ab59093c27a8 (cherry picked from commit a777a9aa)
Loading
Please register or sign in to comment