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

Commit cae17f5a authored by Jiaming Cheng's avatar Jiaming Cheng Committed by Android (Google) Code Review
Browse files

Merge "[QSDetailedView] Fix the airplane mode tile details" into main

parents e1c11565 290fce88
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -165,14 +165,12 @@ interface ConnectivityModule {
            mapper: AirplaneModeTileMapper,
            stateInteractor: AirplaneModeTileDataInteractor,
            userActionInteractor: AirplaneModeTileUserActionInteractor,
            internetDetailsViewModelFactory: InternetDetailsViewModel.Factory,
        ): QSTileViewModel =
            factory.create(
                TileSpec.create(AIRPLANE_MODE_TILE_SPEC),
                userActionInteractor,
                stateInteractor,
                mapper,
                internetDetailsViewModelFactory.create(),
            )

        @Provides