OSDN Git Service

Removing the logic around closeSystemDialog on ACTION_CLOSE_SYSTEM_DIALOGS
authorSunny Goyal <sunnygoyal@google.com>
Mon, 17 Oct 2016 23:16:53 +0000 (00:16 +0100)
committerSunny Goyal <sunnygoyal@google.com>
Mon, 17 Oct 2016 23:17:54 +0000 (00:17 +0100)
commitf4b457709f330c5e3478a9ffa407d09bf97f8820
tree5713db5a7c2083b4e4b7d63d7fd3d24e8d2a09d2
parent3cca5a0cae1a1255458c17a4134ca65ea25852c1
Removing the logic around closeSystemDialog on ACTION_CLOSE_SYSTEM_DIALOGS
Launcher does not use any panels which need closing & system sends an
onActivityResult(RESULT_CANCELLED), we do  not need special handling for
waitingForResult

Bug: 32127718
Change-Id: Iff5161444bc909442f6acbe52cb3fb5a2d9ae4da
src/com/android/launcher3/Launcher.java