Ensure call links UX is still available post new calling features.

This commit is contained in:
Cody Henthorne
2023-12-20 11:06:46 -05:00
committed by Clark Chen
parent b55a9f253e
commit 624f863da4
15 changed files with 287 additions and 411 deletions

View File

@@ -15,6 +15,10 @@ public class Stub<T extends View> {
this.viewStub = viewStub;
}
public int getId() {
return (viewStub != null) ? viewStub.getId() : view.getId();
}
public T get() {
if (view == null) {
//noinspection unchecked