Small cleanup
Change-Id: I7a35eb4cb7cee4c120236a2bc1974d7b345f4188
This commit is contained in:
parent
52876bbefd
commit
6333ed3801
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ public class KeyboardView extends View {
|
|||
public void setHardwareAcceleratedDrawingEnabled(final boolean enabled) {
|
||||
if (!enabled) return;
|
||||
// TODO: Should use LAYER_TYPE_SOFTWARE when hardware acceleration is off?
|
||||
setLayerType(View.LAYER_TYPE_HARDWARE, null);
|
||||
setLayerType(LAYER_TYPE_HARDWARE, null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue