Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f44ad15 authored by Hawkwood Glazier's avatar Hawkwood Glazier
Browse files

Make resource functions somewhat more resuable

Bug: 364680879
Test: Manual + Presubmits
Flag: NONE Interface refactoring
Change-Id: I6ce377475662d0802f8e2838e2b5ce800345fb23
parent f2004239
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -325,7 +325,7 @@ constructor(private val defaultCustomizationOptionsBinder: DefaultCustomizationO
                                    // TODO(b/379348167): get correct isShadeLayoutWide from picker
                                    clockController.largeClock.layout.applyPreviewConstraints(
                                        ClockPreviewConfig(
                                            previewContext = context,
                                            context = context,
                                            isShadeLayoutWide = false,
                                            isSceneContainerFlagEnabled = false,
                                        ),
@@ -333,7 +333,7 @@ constructor(private val defaultCustomizationOptionsBinder: DefaultCustomizationO
                                    )
                                    clockController.smallClock.layout.applyPreviewConstraints(
                                        ClockPreviewConfig(
                                            previewContext = context,
                                            context = context,
                                            isShadeLayoutWide = false,
                                            isSceneContainerFlagEnabled = false,
                                        ),