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

Commit 555277a3 authored by Jiaming Cheng's avatar Jiaming Cheng
Browse files

[QSDetailedView] Do nothing when dismissDialog

in the internet details view

Previously the dialog is dismissed when clicking on
a wifi entry. Now we don't need to do that since
the details view is inside of the qs panel and the
panel will collapse when the settings app is launched.

Bug: 377388104
Flag: com.android.systemui.qs_tile_detailed_view
Test: No main code change. Existing unit tests still pass.
Change-Id: I5b0644610661e8f39da7488fe72c98b4a1cfbc16
parent 671d5e9b
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -961,10 +961,11 @@ constructor(
            }
            }


            override fun dismissDialog() {
            override fun dismissDialog() {
                // With the dialog, this would be implemented to close the internet dialog. As this
                // details view is embedded within the QS panel, collapsing is handled by System UI.
                if (DEBUG) {
                if (DEBUG) {
                    Log.d(TAG, "dismissDialog")
                    Log.d(TAG, "dismissDialog")
                }
                }
                // TODO: b/377388104 Close details view
            }
            }


            override fun onAccessPointsChanged(
            override fun onAccessPointsChanged(