Improve UI for context menu in chat.

This commit is contained in:
Rashad Sookram
2022-02-04 09:56:16 -05:00
parent 9f474fadf4
commit 959bbdae6c
5 changed files with 54 additions and 28 deletions

View File

@@ -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();
}