summaryrefslogtreecommitdiffstats
path: root/packages.mk
diff options
context:
space:
mode:
authorSekine Yasuaki <yasuaki.sekine@sony.com>2017-07-07 17:01:56 +0900
committerMichael Bestas <mkbestas@lineageos.org>2020-05-24 20:09:50 +0300
commitd1341b4f02d3ce4b4b996895d3da8e6a841bf934 (patch)
tree9c73919defb95791c8402f0ca1d6116d91705378 /packages.mk
parenta0c5bdd1a071cc593e7d67f3a48274ab5f852c8b (diff)
downloadandroid_packages_apps_Dialer-d1341b4f02d3ce4b4b996895d3da8e6a841bf934.tar.gz
android_packages_apps_Dialer-d1341b4f02d3ce4b4b996895d3da8e6a841bf934.tar.bz2
android_packages_apps_Dialer-d1341b4f02d3ce4b4b996895d3da8e6a841bf934.zip
Fix error case which session change request failed when pausing video
When a user clicks the pause video button, the camera close request and the session modify request are executed at the same time. However, the session modify request fails occasionally by a limitation of the Network side. In that case, the video session is continued with the camera closed state and a user cannot open the camera again due to pause video button disabled. Remove camera close request triggered by the pause video button clicked because it is handled appropriately according to the result of the session modify request. Also, enable the pause video button and show error message to a user if receiving the error result of the session modify request. Test: manual Bug: 69235524 Change-Id: I9a2dde755a6c28edfb0ce962b55ac8a6e907ca97
Diffstat (limited to 'packages.mk')
0 files changed, 0 insertions, 0 deletions