You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getMaterial3ThemeAsync() is a promise-wrapped version of getMaterial3Theme() which is otherwise functionally identical. The Kotlin module definition also just defines getSystemThemeAsync as identical to getSystemTheme.
Seeing at the code's history, I haven't found a reason to be for these async functions. Commit d32fe22 seems to have introduced it, exactly as it is now. Perhaps it was a mistake?
The text was updated successfully, but these errors were encountered:
getMaterial3ThemeAsync()
is a promise-wrapped version ofgetMaterial3Theme()
which is otherwise functionally identical. The Kotlin module definition also just definesgetSystemThemeAsync
as identical togetSystemTheme
.Seeing at the code's history, I haven't found a reason to be for these async functions. Commit d32fe22 seems to have introduced it, exactly as it is now. Perhaps it was a mistake?
The text was updated successfully, but these errors were encountered: