调整注释

This commit is contained in:
WoooKong 2024-02-19 16:55:34 +08:00
parent f94d136a03
commit ede420a190
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import android.content.SharedPreferences
object SP { object SP {
// Name of the sp file TODO Should use a meaningful name and do migrations // Name of the sp file TODO Should use a meaningful name and do migrations
private const val SP_FILE_NAME = "MainActivity" private const val SP_FILE_NAME = "MainActivity"
// if Change channel with up and down in reversed order or not // If Change channel with up and down in reversed order or not
private const val KEY_CHANNEL_REVERSAL = "channel_reversal" private const val KEY_CHANNEL_REVERSAL = "channel_reversal"
// If use channel num to select channel or not // If use channel num to select channel or not
private const val KEY_CHANNEL_NUM = "channel_num" private const val KEY_CHANNEL_NUM = "channel_num"
@ -16,7 +16,7 @@ object SP {
private const val KEY_POSITION = "position" private const val KEY_POSITION = "position"
// guid // guid
private const val KEY_GUID = "guid" private const val KEY_GUID = "guid"
// guid
private lateinit var sp: SharedPreferences private lateinit var sp: SharedPreferences
/** /**