The launched app is displayed after switching the other app

Description

Example of Situation:

  • HVAC is already launched

  • Mediaplayer is not launched

Operation

  • Tap Mediaplayer icon(or shortcut key) first

  • Tap HVAC shortcut key immediately

Bug

  • Mediaplayer is displayed after HVAC is displayed

  • HVAC shortcut is still active, but mediaplayer is displayed.

Environment

None

Activity

Show:

knimitz 
December 20, 2017 at 11:06 AM

This is the timing issue of Window Manager and HomeScreen.

 

Current hack idea for fixing the bug.

  • HomeScreen waits to transition shortcut icon until visible event from WindowManager.

  • Until the event, HomeScreen blocks the touch operation to change the color skin of shortcut area.

  • Implements timeout in case of the launched application is crashed.

The problems is

  • If the application is so heavy to be displayed, timeout will end. This bug will appear again.

 

Fixed

Details

Assignee

Reporter

Fix versions

Labels

Affects versions

Due date

Priority

Created December 20, 2017 at 10:26 AM
Updated January 17, 2018 at 3:24 PM
Resolved January 12, 2018 at 8:59 AM

Flag notifications