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

Commit 4bac6c1a authored by Romain Guy's avatar Romain Guy
Browse files

Fix the build

Change-Id: I2a0e0d5a25e0c26872dfffeecfb42bace25c0f3c
parent 52036b19
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ import android.graphics.Matrix;
 *
 * <h3>Rendering a display list on a View</h3>
 * <pre class="prettyprint">
 *     @Override
 *     protected void onDraw(Canvas canvas) {
 *         if (canvas.isHardwareAccelerated()) {
 *             HardwareCanvas hardwareCanvas = (HardwareCanvas) canvas;
@@ -102,7 +101,6 @@ import android.graphics.Matrix;
 *         }
 *     }
 *
 *     @Override
 *     protected void onDraw(Canvas canvas) {
 *         if (canvas.isHardwareAccelerated()) {
 *             HardwareCanvas hardwareCanvas = (HardwareCanvas) canvas;