update to 9.1.3

This commit is contained in:
xaxtix 2022-11-12 12:41:35 +04:00
parent 23118a4a6c
commit 4951061dde
98 changed files with 4578 additions and 1393 deletions

View file

@ -3943,6 +3943,9 @@ public class PhotoViewer implements NotificationCenter.NotificationCenterDelegat
private Bulletin.Delegate delegate = new Bulletin.Delegate() {
@Override
public int getBottomOffset(int tag) {
if (captionEditText.getVisibility() == View.GONE) {
return 0;
}
return getHeight() - captionEditText.getTop();
}
};