mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Ensure call links UX is still available post new calling features.
This commit is contained in:
committed by
Clark Chen
parent
b55a9f253e
commit
624f863da4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user