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

Commit a96537fa authored by Schneider Victor-tulias's avatar Schneider Victor-tulias Committed by Android (Google) Code Review
Browse files

Merge "Increase the ActiveGestureLog tracked gesture limit" into main

parents c83d96da 912b37e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ import java.util.Objects;
 */
public class ActiveGestureLog {

    private static final int MAX_GESTURES_TRACKED = 10;
    private static final int MAX_GESTURES_TRACKED = 15;

    public static final ActiveGestureLog INSTANCE = new ActiveGestureLog();