diff --git a/Manager/app/src/main/res/values/strings.xml b/Manager/app/src/main/res/values/strings.xml
index 4cbdea0..6e3e01e 100644
--- a/Manager/app/src/main/res/values/strings.xml
+++ b/Manager/app/src/main/res/values/strings.xml
@@ -296,7 +296,7 @@
Mini-Player Gestures
Swipe up on the mini-player to open the full player.
Enable Drag
- Makes player follow your finger when swiping up. Disable if Android gesture navigation conflicts.
+ Makes player follow your finger when swiping up.
Next/Previous Gestures
Swipe left or right on the mini-player to skip tracks.
Mini-Player Dynamic Background
diff --git a/patches/manifest.json b/patches/manifest.json
index ee91d50..005abad 100644
--- a/patches/manifest.json
+++ b/patches/manifest.json
@@ -177,7 +177,7 @@
"type": "toggle",
"key": "swipe_up_drag",
"title": "Enable Drag",
- "description": "Makes player follow your finger when swiping up. Disable if Android gesture navigation conflicts.",
+ "description": "Makes player follow your finger when swiping up.",
"default": true,
"requiresOption": "gestures",
"token": "RL_MINI_PLAYER_SWIPE_UP_DRAG"