Merge "Fix android Studio build due to "@Subcomponent.Builder is missing setters"" into sc-v2-dev am: 7225f45e77
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16221519 Change-Id: I03dc15c7ea678e7d46fe713e1d981ee6d8dd5f3b
This commit is contained in:
@@ -41,7 +41,9 @@ annotation class SysUIUnfoldScope
|
|||||||
* no objects will get constructed if these parameters are empty.
|
* no objects will get constructed if these parameters are empty.
|
||||||
*/
|
*/
|
||||||
@Module(subcomponents = [SysUIUnfoldComponent::class])
|
@Module(subcomponents = [SysUIUnfoldComponent::class])
|
||||||
object SysUIUnfoldModule {
|
class SysUIUnfoldModule {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
@Provides
|
@Provides
|
||||||
@SysUISingleton
|
@SysUISingleton
|
||||||
fun provideSysUIUnfoldComponent(
|
fun provideSysUIUnfoldComponent(
|
||||||
|
|||||||
Reference in New Issue
Block a user