commit | 1e77b39a71c8992ddc4af50e64354a7142838089 | [log] [tgz] |
---|---|---|
author | Pranav Vashi <neobuddy89@gmail.com> | Mon Nov 18 23:48:10 2024 +0530 |
committer | Jackeagle <jackeagle102@gmail.com> | Fri Mar 28 11:04:54 2025 -0400 |
tree | 7a57b0718acaeaf38f92eba49fc6a8b6caa97925 | |
parent | 8bdeebbc3dbd7ef7210625a90fbe70f7cb6d2190 [diff] |
GameSpace: Improvements for detecting foreground app exit * We fixed issue of multiple gamebar instances in https://github.com/crdroidandroid/android_packages_apps_GameSpace/commit/543b89ba013cc5b4068d17c113d95a11ecd19222 * However, the core reason of multiple gamebar was due to the fact that previous gamebar didn't exited properly. * This is likely AOSP issue where onTaskStackChanged() is not reporting in-game exit properly. Ref: https://github.com/crdroidandroid/issue_tracker/issues/556 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: Jackeagle <jackeagle102@gmail.com>