mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 12:18:43 +00:00
Fix action bar usability in vertical screen split.
This commit is contained in:
parent
f29f25822b
commit
5128438cfb
@ -336,7 +336,7 @@ public final class ConversationReactionOverlay extends RelativeLayout {
|
||||
selected = getSelectedIndexViaDownEvent(motionEvent);
|
||||
|
||||
if (selected == -1) {
|
||||
if (motionEvent.getRawY() < toolbar.getHeight() + statusBarHeight) {
|
||||
if (motionEvent.getY() < toolbar.getHeight() + statusBarHeight) {
|
||||
isToolbarTouch = true;
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user