summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/touch/BaseSwipeDetector.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/touch/BaseSwipeDetector.java')
-rw-r--r--src/com/android/launcher3/touch/BaseSwipeDetector.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/touch/BaseSwipeDetector.java b/src/com/android/launcher3/touch/BaseSwipeDetector.java
index 08d73d073..12ca5ee7b 100644
--- a/src/com/android/launcher3/touch/BaseSwipeDetector.java
+++ b/src/com/android/launcher3/touch/BaseSwipeDetector.java
@@ -33,6 +33,7 @@ import androidx.annotation.NonNull;
* swipe action happens.
*
* @see SingleAxisSwipeDetector
+ * @see BothAxesSwipeDetector
*/
public abstract class BaseSwipeDetector {