Skip to content

Commit

Permalink
[native] fix action sheet padding
Browse files Browse the repository at this point in the history
Summary:
figured out why the home pill was covering the action sheet options

this was broken in D7506

Test Plan:
action sheet looks right on android now

{F2811477}

Reviewers: ashoat

Reviewed By: ashoat

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D13477
  • Loading branch information
vdhanan committed Sep 26, 2024
1 parent 38a604d commit df4780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/avatars/avatar-hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ function useShowAvatarActionSheet(
);

const containerStyle = {
paddingBotton: insets.bottom,
paddingBottom: insets.bottom,
};

const icons = options.map(option => {
Expand Down

0 comments on commit df4780d

Please sign in to comment.