commit | 00ab158b9cbb0a525fe4c328151caddd91bfab13 | [log] [tgz] |
---|---|---|
author | joe.y.huang <[email protected]> | Tue Oct 29 18:22:57 2024 +0800 |
committer | nick.liao <[email protected]> | Wed Oct 30 15:51:38 2024 +0800 |
tree | e9f6de4994dca393618524b4242dbbbeea06ac11 | |
parent | 99287c7250b8db4beb621d3be55a7288f4a2e86b [diff] |
[Realtek][STB][Settings] Avoid getting stuck on the unpair page When the user unpair the remote, UnpairConfirmFragment will stop itself. However, it also receive BluetoothDevice.BOND_NONE Intent to navigateBack. In this moment, it check UnpairConfirmFragment is in the resume lifecycle. Therefore, it need to popback first. Test: Manual test Bug: 376195762 Change-Id: Ia9ddeaacacf816237788786df2bea6be28ecf6c2