mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 6333ed38
: Small cleanup
* commit '6333ed3801089a7422465d9d7af00e5ec4c93138': Small cleanup
This commit is contained in:
commit
f56a8cc89c
@ -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 New Issue
Block a user