Why isn’t setOnLongClickListner function working in Android Studio?
I was trying to display custom toast by on Long click of a button a default toast on click of a button but long click method is showing error line here is the code class MainActivity : AppCompatActivity() { override…