Issue in dark mode

UIKit version : latest
OS : Android 12

In dark mode, ChatChannelActivity theme is light mode.
go back and click Chat again, it works

This is my code in onCreate()

when (resources.configuration.uiMode and Configuration.UI_MODE_NIGHT_MASK) {
            Configuration.UI_MODE_NIGHT_YES -> {
                SendBirdUIKit.setDefaultThemeMode(SendBirdUIKit.ThemeMode.Dark);
            }
            Configuration.UI_MODE_NIGHT_NO -> {
                SendBirdUIKit.setDefaultThemeMode(SendBirdUIKit.ThemeMode.Light);
            }
        }

Hi @aram,

Can you please share the screen recording of what you are seeing so that we can check and investigate further. Meanwhile, if you have any other questions please let us know.

Best,
Dhaval.