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

Commit 2a8a1ae5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "GestureConverter: dump value of 3-finger tap setting" into main

parents f5894e7a ea1a37b3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -99,6 +99,8 @@ std::string GestureConverter::dump() const {
    out << "Current classification: " << ftl::enum_string(mCurrentClassification) << "\n";
    out << "Is hovering: " << mIsHovering << "\n";
    out << "Enable Tap Timestamp: " << mWhenToEnableTapToClick << "\n";
    out << "Three finger tap shortcut enabled: "
        << (mThreeFingerTapShortcutEnabled ? "enabled" : "disabled") << "\n";
    return out.str();
}