OSDN Git Service

Check for a valid token before adding the fake title bar.
authorPatrick Scott <phanna@android.com>
Mon, 21 Sep 2009 20:37:29 +0000 (16:37 -0400)
committerPatrick Scott <phanna@android.com>
Mon, 21 Sep 2009 20:37:29 +0000 (16:37 -0400)
commitf8de8ecc321fe5b45846adc38d174d5bc2208f20
treeb0fa678e831bdcb34b8abf0a8ebf1ce90f543bfe
parent79c08f57c8220b717f994b905b2430a940f85bce
Check for a valid token before adding the fake title bar.

This is basically what happens when adding the view to the window. In some
cases, the decor view may be null or the window token may be null which throws
an exception.
src/com/android/browser/BrowserActivity.java