mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Hide scheduled messages bar with input panel.
This commit is contained in:
@@ -35,4 +35,12 @@ public class Stub<T extends View> {
|
||||
}
|
||||
}
|
||||
|
||||
public int getVisibility() {
|
||||
if (resolved()) {
|
||||
return get().getVisibility();
|
||||
} else {
|
||||
return View.GONE;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user