mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-22 22:11:27 +01:00
cleanup
This commit is contained in:
parent
2c4f5176b7
commit
27ebd728ef
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class AppsRecyclerAdapter(
|
|||
var img: ImageView = itemView.findViewById(R.id.list_apps_row_icon)
|
||||
|
||||
override fun onClick(v: View) {
|
||||
var rect = Rect()
|
||||
val rect = Rect()
|
||||
img.getGlobalVisibleRect(rect)
|
||||
selectItem(adapterPosition, rect)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue