Ronen
Ronen
this is how i use it: ``` fun updateColorScheme() { val composeView = findViewById(R.id.compose_view) composeView.setContent { var isDarkMode = resources.configuration.uiMode and Configuration.UI_MODE_NIGHT_MASK == Configuration.UI_MODE_NIGHT_YES if (enableCustomColor) { val colorScheme =...
also still readme shows ``` MaterialTheme( colors = colorScheme.toMaterialColors(), content = content ) ``` , it should be colorScheme ``` @Composable fun MyTheme( seedColor: Color, useDarkTheme: Boolean = resources.configuration.uiMode and...
Also it won't change colors correctly if i pass the colorScheme to MaterialTheme, it works when I use the colorscheme returned from rememberDynamicColorScheme directly. this doesn't give the correct colors....
Hi, i use the same bom version. Let me try it on a sample project.
https://github.com/ronenfe/testFirebase, run and see in profiler growth of allocations, remove implementation("com.google.firebase:firebase-inappmessaging-display") and see it is fixed. I ran it on an emulator with api 33.
You are welcome, it took me a while to pinpoint it to this, it may have conflicts with other included libraries because I think it worked when I removed the...
com.facebook.android:facebook-common:17.0.2 com.facebook.android:facebook-common version 17.0.2 has Device and Network Abuse policy issues that will block publishing of your app to Play Console in the future Me too, I think I can't...
I don't use sharing, I use it for advertising on Facebook.
I removed the dependency, it seems to build, maybe I will not be able to advertise anymore on Facebook or get the statistics, but it's ok. I don't need to...
The leak happens immediately even without any code. I opened another bug before I found this one is opened. See profiler for allocations grow to infinity. 