feat: 메인 라이브

- 새로운 UI의 기본 골격 적용
This commit is contained in:
2025-07-16 22:07:07 +09:00
parent 386f9aae32
commit 0c7c7946c6
11 changed files with 219 additions and 391 deletions

View File

@@ -141,12 +141,6 @@ object SharedPreferenceManager {
sharedPreferences[Constants.PREF_PUSH_TOKEN] = value
}
var isFollowedCreatorLive: Boolean
get() = sharedPreferences[Constants.PREF_IS_FOLLOWED_CREATOR_LIVE, false]
set(value) {
sharedPreferences[Constants.PREF_IS_FOLLOWED_CREATOR_LIVE] = value
}
var isContentPlayLoop: Boolean
get() = sharedPreferences[Constants.PREF_IS_CONTENT_PLAY_LOOP, false]
set(value) {