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

Commit de92ed0d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Initialize mLayoutOverlayApplied" into udc-dev

parents bc50ae3f 1e5ec0a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -235,7 +235,7 @@ private:
    KeyedVector<int32_t, Key*> mKeys;
    KeyedVector<int32_t, Key*> mKeys;
    KeyboardType mType;
    KeyboardType mType;
    std::string mLoadFileName;
    std::string mLoadFileName;
    bool mLayoutOverlayApplied;
    bool mLayoutOverlayApplied = false;


    std::map<int32_t /* fromAndroidKeyCode */, int32_t /* toAndroidKeyCode */> mKeyRemapping;
    std::map<int32_t /* fromAndroidKeyCode */, int32_t /* toAndroidKeyCode */> mKeyRemapping;
    std::map<int32_t /* fromScanCode */, int32_t /* toAndroidKeyCode */> mKeysByScanCode;
    std::map<int32_t /* fromScanCode */, int32_t /* toAndroidKeyCode */> mKeysByScanCode;