Loading packages/SystemUI/src/com/android/systemui/unfold/SysUIUnfoldModule.kt +3 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,9 @@ annotation class SysUIUnfoldScope * no objects will get constructed if these parameters are empty. */ @Module(subcomponents = [SysUIUnfoldComponent::class]) object SysUIUnfoldModule { class SysUIUnfoldModule { constructor() {} @Provides @SysUISingleton fun provideSysUIUnfoldComponent( Loading Loading
packages/SystemUI/src/com/android/systemui/unfold/SysUIUnfoldModule.kt +3 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,9 @@ annotation class SysUIUnfoldScope * no objects will get constructed if these parameters are empty. */ @Module(subcomponents = [SysUIUnfoldComponent::class]) object SysUIUnfoldModule { class SysUIUnfoldModule { constructor() {} @Provides @SysUISingleton fun provideSysUIUnfoldComponent( Loading