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

Commit 290fce88 authored by Jiaming Cheng's avatar Jiaming Cheng
Browse files

[QSDetailedView] Fix the airplane mode tile details

This details was added by mistake. The APM tile
should not have a details view.

Removed the details from it.

Bug: None
Flag: com.android.systemui.qs_tile_detailed_view
Test: All existing unit tests still pass.
Change-Id: I1838bf7b6b00b0d170aef6ae9e7cf2c4a92471a4
parent 0316f00e
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