mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Restoring mLayout has private in TextView
Change-Id: I3424b2469b8b566e604247694a9bf6f4bc0e6250
This commit is contained in:
@@ -135,7 +135,7 @@ public class BubbleTextView extends TextView {
|
||||
mPressedOrFocusedBackground = null;
|
||||
}
|
||||
if (isFocused()) {
|
||||
if (mLayout == null) {
|
||||
if (getLayout() == null) {
|
||||
// In some cases, we get focus before we have been layed out. Set the
|
||||
// background to null so that it will get created when the view is drawn.
|
||||
mPressedOrFocusedBackground = null;
|
||||
|
||||
Reference in New Issue
Block a user