adding a space
This commit is contained in:
parent
0c50d1bbb7
commit
fc329bae4a
|
@ -801,7 +801,7 @@ class SettingsActivity : SimpleActivity() {
|
|||
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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue