mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +00:00
Fix action bar usability in vertical screen split.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user