Skip to content

Commit 1222e9c

Browse files
committed
refactor: use clearer symbol names
1 parent 426d3de commit 1222e9c

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/org/fossify/gallery/helpers

1 file changed

+1
-1
lines changed

app/src/main/kotlin/org/fossify/gallery/helpers/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class Config(context: Context) : BaseConfig(context) {
219219

220220
var gestureVideoPlayer: Boolean
221221
get() = prefs.getBoolean(GESTURE_VIDEO_PLAYER, false)
222-
set(separateVideoPlayer) = prefs.edit().putBoolean(GESTURE_VIDEO_PLAYER, separateVideoPlayer)
222+
set(gestureVideoPlayer) = prefs.edit().putBoolean(GESTURE_VIDEO_PLAYER, gestureVideoPlayer)
223223
.apply()
224224

225225
var videoPlayerType: Int

0 commit comments

Comments
 (0)