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

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

Merge "[QSDetailedView] Add the entry backgroud for single item in the...

Merge "[QSDetailedView] Add the entry backgroud for single item in the internet details view" into main
parents 81027c9a fd2e603f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -326,6 +326,7 @@ constructor(
                        val entryView = child.requireViewById<LinearLayout>(R.id.wifi_list)
                        val background =
                            when {
                                itemCount == 1 -> entryBackgroundInactive
                                adapterPosition == 0 -> entryBackgroundStart
                                adapterPosition == itemCount - 1 && !hasMoreWifiEntries ->
                                    entryBackgroundEnd