Skip to content

Remove non-existent web_app_set_header_text event and page reload of bg_color change#214

Merged
gdlbo merged 2 commits intomonogram-android:developfrom
SecondThundeR:fix/webapp_theme
Apr 8, 2026
Merged

Remove non-existent web_app_set_header_text event and page reload of bg_color change#214
gdlbo merged 2 commits intomonogram-android:developfrom
SecondThundeR:fix/webapp_theme

Conversation

@SecondThundeR
Copy link
Copy Markdown
Contributor

No description provided.

view.setBackgroundColor(
backgroundColor?.toArgb() ?: themeParams.backgroundColor?.toColorInt() ?: Color.TRANSPARENT
)
if (url.isNotEmpty() && view.url != url) {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Previously, this would reload page every time on background color change, because Theme Params page in playground has different url and url is fixed to base url + init data query

@gdlbo gdlbo merged commit 7467cae into monogram-android:develop Apr 8, 2026
@SecondThundeR SecondThundeR deleted the fix/webapp_theme branch April 8, 2026 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants