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

Commit 94cb7ef3 authored by Chris Craik's avatar Chris Craik Committed by Android Git Automerger
Browse files

am 2df124b8: Merge "Fix build" into mnc-dev

* commit '2df124b8':
  Fix build
parents 1d39d1bd 2df124b8
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;
};