Skip to content

Commit

Permalink
break it all
Browse files Browse the repository at this point in the history
  • Loading branch information
Unofficial-Life committed Jul 10, 2024
1 parent 15a43c4 commit cbc4cc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lawnchair/src/app/lawnchair/qsb/providers/Iceraven.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ data object Iceraven : QsbSearchProvider(
.filter { it.pendingIntent != null }
.sortedByDescending { it.measuredWidth * it.measuredHeight }
.firstOrNull()
?.pendingIntent
}
}

0 comments on commit cbc4cc5

Please sign in to comment.