Remove invalid toast test case, worked previously due to uast bug
This commit is contained in:
Vendored
-3
@@ -65,9 +65,6 @@ class ToastTest(context: Context) : Activity() {
|
||||
|
||||
@android.annotation.SuppressLint("ShowToast", "Lorem ipsum")
|
||||
val toast2 = Toast.makeText(this, "MyToast", Toast.LENGTH_LONG)
|
||||
|
||||
@android.annotation.SuppressLint(value = ["ShowToast"])
|
||||
val toast3 = Toast.makeText(this, "MyToast", Toast.LENGTH_LONG)
|
||||
}
|
||||
|
||||
class R {
|
||||
|
||||
Reference in New Issue
Block a user