Fix android Studio build due to "@Subcomponent.Builder is missing setters"
Bug: 205776729 Test: manual Change-Id: I39b4b2ba5534e91056f5d8194494cc1e49422010
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user