Remove invalid toast test case, worked previously due to uast bug

This commit is contained in:
Vyacheslav Gerasimov
2017-11-27 20:17:39 +03:00
parent 26dcd1c706
commit c06f72b73f
-3
View File
@@ -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 {