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

Commit b114b832 authored by Greg Kaiser's avatar Greg Kaiser Committed by Android (Google) Code Review
Browse files

Merge "Initialize two fields in constructor" into sc-dev

parents 1bba84e8 1706759a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -223,7 +223,8 @@ private:
    // connections will be allowed again.
    class SensorPrivacyPolicy : public hardware::BnSensorPrivacyListener {
        public:
            explicit SensorPrivacyPolicy(wp<SensorService> service) : mService(service) {}
            explicit SensorPrivacyPolicy(wp<SensorService> service)
                    : mService(service), mIsIndividualMic(false), mUserId(0) {}
            void registerSelf();
            void unregisterSelf();