1
0
Fork 0

For #13298 - Make private tabs in tabs tray not long clickable (#13316)

master
Emily Kager 2020-08-05 22:12:03 -04:00 committed by GitHub
parent 5d664b979d
commit 37b166d033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ class FenixTabsAdapter(
}
true
}
} else {
holder.itemView.setOnLongClickListener(null)
}
holder.itemView.setOnClickListener {