am 6333ed38: Small cleanup
* commit '6333ed3801089a7422465d9d7af00e5ec4c93138': Small cleanupmain
commit
f56a8cc89c
|
@ -157,7 +157,7 @@ public class KeyboardView extends View {
|
||||||
public void setHardwareAcceleratedDrawingEnabled(final boolean enabled) {
|
public void setHardwareAcceleratedDrawingEnabled(final boolean enabled) {
|
||||||
if (!enabled) return;
|
if (!enabled) return;
|
||||||
// TODO: Should use LAYER_TYPE_SOFTWARE when hardware acceleration is off?
|
// 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 New Issue