OSDN Git Service

Fix for 2292713: Remove workaround that hides SlidingTab widget while internal state...
authorJim Miller <jaggies@google.com>
Sat, 16 Jan 2010 00:20:36 +0000 (16:20 -0800)
committerJim Miller <jaggies@google.com>
Sat, 16 Jan 2010 00:20:36 +0000 (16:20 -0800)
commit2cd1e6eda90170114e0795b13f65f964296cf2f2
tree7820d5daed98885e43fad7268aa66b14c760fe6c
parent99f2a4bb519e390eacc9807443c74ca05f176242
Fix for 2292713: Remove workaround that hides SlidingTab widget while internal state is inconsistent.

The previous workaround for this race condition prevented glitches by postponing drawing the SlidingTab until the internal state was consistent.
Unfortunately, the InCallScreen seems to trigger this most of the time if the keyboard is open or the last application was in landscape mode.

Instead, we'll handle this separately in lockscreen.
core/java/com/android/internal/widget/SlidingTab.java
core/res/res/values-land/donottranslate.xml [new file with mode: 0644]
core/res/res/values/donottranslate.xml