mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
adding a space
This commit is contained in:
@ -801,7 +801,7 @@ class SettingsActivity : SimpleActivity() {
|
|||||||
LAST_CONFLICT_APPLY_TO_ALL -> config.lastConflictApplyToAll = value.toBoolean()
|
LAST_CONFLICT_APPLY_TO_ALL -> config.lastConflictApplyToAll = value.toBoolean()
|
||||||
}
|
}
|
||||||
|
|
||||||
if(key.startsWith(LAST_VIDEO_POSITION_PREFIX)) {
|
if (key.startsWith(LAST_VIDEO_POSITION_PREFIX)) {
|
||||||
config.saveLastVideoPosition(key, value as Int)
|
config.saveLastVideoPosition(key, value as Int)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user