amoledwatchfaces
06/28/2024, 9:04 AMyschimke
06/28/2024, 11:44 AMamoledwatchfaces
06/28/2024, 11:45 AMyschimke
06/28/2024, 11:45 AMamoledwatchfaces
06/28/2024, 11:47 AM<resources>
<style name="Theme.App" parent="@android:style/Theme.DeviceDefault" />
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@android:color/black</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_screen</item>
<item name="postSplashScreenTheme">@style/Theme.App</item>
</style>
</resources>
I'm also using val navController = rememberSwipeDismissableNavController(), SwipeDismissableNavHost with two destinationsyschimke
06/28/2024, 11:48 AMyschimke
06/28/2024, 11:49 AMyschimke
06/28/2024, 11:49 AMamoledwatchfaces
06/28/2024, 11:51 AM.rotaryWithScroll(
scrollableState = listState,
focusRequester = focusRequester
),
everything is back to normal..,
Also, with .rotaryScrollable, logcat is full of
Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffersyschimke
06/28/2024, 11:51 AMyschimke
06/28/2024, 11:52 AMyschimke
06/28/2024, 11:52 AMamoledwatchfaces
06/28/2024, 11:54 AMamoledwatchfaces
06/28/2024, 11:58 AMamoledwatchfaces
06/28/2024, 11:59 AMamoledwatchfaces
06/28/2024, 12:01 PMyschimke
06/28/2024, 2:00 PMyschimke
06/28/2024, 2:00 PMamoledwatchfaces
06/28/2024, 2:10 PMyschimke
06/28/2024, 2:19 PMyschimke
06/28/2024, 2:20 PMyschimke
06/28/2024, 2:20 PMStarting in Wear OS 4, the system automatically shows the app icon as the splash screen icon, unless your app uses a custom theme and needs to keep the splash screen on-screen for longer periods. If you’re using a custom theme, migrate to the SplashScreen API.
amoledwatchfaces
06/28/2024, 2:48 PMmarlonlom
06/28/2024, 2:50 PMyschimke
06/28/2024, 2:57 PMyschimke
06/28/2024, 2:58 PMyschimke
06/28/2024, 2:58 PMyschimke
06/28/2024, 2:59 PMamoledwatchfaces
06/28/2024, 2:59 PMyschimke
06/28/2024, 2:59 PMyschimke
06/28/2024, 2:59 PMamoledwatchfaces
06/28/2024, 3:00 PMamoledwatchfaces
06/28/2024, 3:03 PMyschimke
06/28/2024, 3:05 PMamoledwatchfaces
06/28/2024, 3:07 PMyschimke
06/28/2024, 3:07 PMyschimke
06/28/2024, 3:08 PMamoledwatchfaces
06/28/2024, 3:10 PMmarlonlom
06/28/2024, 3:24 PMIan Lake
06/28/2024, 3:31 PMlouiscad
06/28/2024, 3:48 PMlouiscad
06/28/2024, 3:50 PMamoledwatchfaces
06/28/2024, 3:54 PMamoledwatchfaces
06/28/2024, 3:55 PMlouiscad
06/28/2024, 3:56 PMamoledwatchfaces
06/28/2024, 3:56 PMlouiscad
06/28/2024, 3:57 PMamoledwatchfaces
06/28/2024, 3:59 PMlouiscad
06/28/2024, 4:00 PMyschimke
06/28/2024, 4:04 PM$ adb shell settings put global always_finish_activities 1
$ adb reboot
$ adb shell dumpsys activity | grep mAlwaysFinishActivities
mAlwaysFinishActivities=true
louiscad
06/28/2024, 4:05 PMamoledwatchfaces
06/28/2024, 8:37 PMyschimke
06/28/2024, 8:56 PMTolriq
06/30/2024, 10:02 PMTolriq
07/03/2024, 6:54 AMamoledwatchfaces
07/03/2024, 6:55 AMyschimke
07/03/2024, 8:02 AMyschimke
07/03/2024, 8:02 AMyschimke
07/03/2024, 8:03 AMTolriq
07/03/2024, 8:04 AMTolriq
07/03/2024, 8:04 AMTolriq
07/03/2024, 8:04 AMTolriq
07/03/2024, 8:05 AMTolriq
07/03/2024, 8:05 AMyschimke
07/03/2024, 8:08 AMTolriq
07/03/2024, 8:10 AMTolriq
07/03/2024, 8:12 AMyschimke
07/03/2024, 8:14 AMTolriq
07/03/2024, 8:16 AMyschimke
07/03/2024, 8:18 AMyschimke
07/03/2024, 8:19 AMTolriq
07/03/2024, 8:19 AMyschimke
07/03/2024, 8:20 AMyschimke
07/03/2024, 8:20 AMTolriq
07/03/2024, 8:24 AMTolriq
07/03/2024, 8:52 AM