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

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

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

* commit '94cb7ef3':
  Fix build
parents 51d2185d 94cb7ef3
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -942,7 +942,8 @@ public:
    }
    }
private:
private:
    bool initialized = false;
    bool initialized = false;
    double lastX, lastY;
    double lastX = 0;
    double lastY = 0;
    double sum = 0;
    double sum = 0;
};
};