Closed Bug 1033944 Opened 10 years ago Closed 7 years ago

[Activity Management] Kill circular activity

Categories

(Firefox OS Graveyard :: Gaia::System::Window Mgmt, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: alive, Assigned: alive)

References

Details

Now if there's a circular activity, the second one will fail because of bug 931339. * (X) App A -> [Inside A] Activity B(I) -> [Inside B(I)] Activity C -> [Inside C] Activity B(II). * (O) App A -> App B -> App A (because there's only one instance of App A.) * (X) App A -> App B -> [Inside B] Activity C(I) -> App A -> [Inside A] Activity C(II) To avoid circular inline activities, we need to kill the background activity in activity window manager. If the killed activity causes the stack of the current active app changed, we need to block the activity request.
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.