Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6333ed38 authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Small cleanup

Change-Id: I7a35eb4cb7cee4c120236a2bc1974d7b345f4188
parent 52876bbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }

    /**