mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Improve UI for context menu in chat.
This commit is contained in:
@@ -99,6 +99,10 @@ public final class GiphyMp4ProjectionPlayerHolder implements Player.Listener, De
|
||||
container.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
public boolean isVisible() {
|
||||
return container.getVisibility() == View.VISIBLE;
|
||||
}
|
||||
|
||||
public void pause() {
|
||||
player.pause();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user