Add review banner to CFv2.

This commit is contained in:
Cody Henthorne
2023-05-26 15:25:27 -04:00
parent b785b3f887
commit 64ddd982fe
10 changed files with 261 additions and 111 deletions

View File

@@ -43,4 +43,8 @@ public class Stub<T extends View> {
}
}
public boolean isVisible() {
return getVisibility() == View.VISIBLE;
}
}