mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Merge pull request #3419 from deltachat/adb/issue-3291
don't increase reaction selector's font size according to system
This commit is contained in:
@@ -105,7 +105,7 @@ public class AddReactionView extends LinearLayout {
|
||||
} else {
|
||||
x += offset;
|
||||
}
|
||||
ViewUtil.setLeftMargin(this, x);
|
||||
ViewUtil.setLeftMargin(this, Math.max(x, 0));
|
||||
|
||||
int y = Math.max((int)parentView.getY() - offset, offset/2);
|
||||
ViewUtil.setTopMargin(this, y);
|
||||
|
||||
Reference in New Issue
Block a user