Prevent build break.
Change-Id: Id4413263c3b2c0b470b78dc4936714353cd849dd
This commit is contained in:
parent
5f1c44ab0d
commit
aeae56bf12
|
@ -1114,7 +1114,7 @@ public final class Launcher extends Activity
|
|||
// this avoids a delay in hiding the IME if it was
|
||||
// currently shown, because doing that may involve
|
||||
// some communication back with the app.
|
||||
workspace.postDelayed(mBuildLayersRunnable, 500);
|
||||
mWorkspace.postDelayed(mBuildLayersRunnable, 500);
|
||||
observer.removeOnPreDrawListener(this);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue