Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Nov 3, 2023
1 parent 250a701 commit 2500813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/view/shell/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export const DrawerContent = observer(function DrawerContentImpl() {
<UserAvatar
size={80}
avatar={store.me.avatar}
// See https://github.com/bluesky-social/social-app/pull/1801:
usePlainRNImage={true}
/>
<Text
Expand Down
2 changes: 2 additions & 0 deletions src/view/shell/bottom-bar/BottomBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ export const BottomBar = observer(function BottomBarImpl({
<UserAvatar
avatar={store.me.avatar}
size={27}
// See https://github.com/bluesky-social/social-app/pull/1801:
usePlainRNImage={true}
/>
</View>
Expand All @@ -203,6 +204,7 @@ export const BottomBar = observer(function BottomBarImpl({
<UserAvatar
avatar={store.me.avatar}
size={28}
// See https://github.com/bluesky-social/social-app/pull/1801:
usePlainRNImage={true}
/>
</View>
Expand Down

0 comments on commit 2500813

Please sign in to comment.