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

Commit 2df124b8 authored by Chris Craik's avatar Chris Craik Committed by Android (Google) Code Review
Browse files

Merge "Fix build" into mnc-dev

parents 4562f0bc 469fb1ef
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -942,7 +942,8 @@ public:
    }
private:
    bool initialized = false;
    double lastX, lastY;
    double lastX = 0;
    double lastY = 0;
    double sum = 0;
};