OSDN Git Service

Do not clear FindDialog's text when changing orientation.
authorLeon Scroggins <scroggo@google.com>
Thu, 29 Oct 2009 13:49:57 +0000 (09:49 -0400)
committerLeon Scroggins <scroggo@google.com>
Thu, 29 Oct 2009 16:53:31 +0000 (12:53 -0400)
commitfb7c75067fe5764631c762a095012bb6aed77521
treeaadb3a36a88df8bcae35942b13d10abfa70fd6c5
parent9907efcdb03d1e038b3923d6c58f907b1fda4c5e
Do not clear FindDialog's text when changing orientation.

Fix for http://b/issue?id=1468517

Due to some changes in external/webkit and frameworks/base, it is
no longer necessary to clear the string.  A message will be sent
which will perform the search one the picture is up to date.
src/com/android/browser/BrowserActivity.java
src/com/android/browser/FindDialog.java