Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Codex/replace miuihyperfocuslyriccontroller with live updates api - #15

Merged
RedSTARO merged 7 commits into
masterfrom
codex/replace-miuihyperfocuslyriccontroller-with-live-updates-api
Feb 4, 2026
Merged

Codex/replace miuihyperfocuslyriccontroller with live updates api#15
RedSTARO merged 7 commits into
masterfrom
codex/replace-miuihyperfocuslyriccontroller-with-live-updates-api

Conversation

@RedSTARO

@RedSTARO RedSTARO commented Feb 4, 2026

Copy link
Copy Markdown
Owner

No description provided.

@RedSTARO
RedSTARO merged commit 170eee2 into master Feb 4, 2026
1 check passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 439e6e0ffc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 77 to 79
fun initSetting() {
runBlocking {
cookie = DataStoreManager.getStringItem("cookie", "")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Load new lyric setting from DataStore on startup

The new adaptOriginalAndroidLyric toggle is saved in updateAdaptOriginalAndroidLyric, but initSetting() never reads it back from DataStoreManager. As a result, after an app restart the setting always resets to false, so users who enabled it will see it disabled again until they toggle it each run. Add a getBooleanItem("adaptOriginalAndroidLyric", false) read alongside the other settings to persist the choice across launches.

Useful? React with 👍 / 👎.

@RedSTARO
RedSTARO deleted the codex/replace-miuihyperfocuslyriccontroller-with-live-updates-api branch February 6, 2026 15:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant