Properly dismiss the InputDialogs in all cases
On newer versions of Android, dismissing a date/time dialog (with hw back or touch outside of it) will still set the date or time. This is not the case on older Android versions. This fix adds an OnDismissListener that makes sure the dialog is always cancelled unless it already have been cancelled or already have reported back a new date. R=bulach@chromium.org,olilan@chromium.org,keishi@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/23533041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222027 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment