mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-05 15:41:02 +00:00
update to 9.1.3
This commit is contained in:
parent
23118a4a6c
commit
4951061dde
98 changed files with 4578 additions and 1393 deletions
|
|
@ -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();
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue