fix social-app patch
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/src/view/shell/bottom-bar/BottomBar.tsx
|
||||
+++ b/src/view/shell/bottom-bar/BottomBar.tsx
|
||||
@@ -198,38 +198,40 @@
|
||||
@@ -196,38 +196,40 @@
|
||||
accessibilityLabel={_(msg`Search`)}
|
||||
accessibilityHint=""
|
||||
/>
|
||||
@@ -10,12 +10,12 @@
|
||||
- isAtMessages ? (
|
||||
- <MessageFilled
|
||||
- width={iconWidth - 1}
|
||||
- style={[styles.ctrlIcon, pal.text, styles.feedsIcon]}
|
||||
- style={[styles.ctrlIcon, t.atoms.text, styles.feedsIcon]}
|
||||
- />
|
||||
- ) : (
|
||||
- <Message
|
||||
- width={iconWidth - 1}
|
||||
- style={[styles.ctrlIcon, pal.text, styles.feedsIcon]}
|
||||
- style={[styles.ctrlIcon, t.atoms.text, styles.feedsIcon]}
|
||||
- />
|
||||
- )
|
||||
- }
|
||||
@@ -28,10 +28,10 @@
|
||||
- accessibilityHint={
|
||||
- numUnreadMessages.count > 0
|
||||
- ? _(
|
||||
- msg`${plural(numUnreadMessages.numUnread ?? 0, {
|
||||
- plural(numUnreadMessages.numUnread ?? 0, {
|
||||
- one: '# unread item',
|
||||
- other: '# unread items',
|
||||
- })}` || '',
|
||||
- }),
|
||||
- )
|
||||
- : ''
|
||||
- }
|
||||
@@ -43,12 +43,12 @@
|
||||
+ isAtMessages ? (
|
||||
+ <MessageFilled
|
||||
+ width={iconWidth - 1}
|
||||
+ style={[styles.ctrlIcon, pal.text, styles.feedsIcon]}
|
||||
+ style={[styles.ctrlIcon, t.atoms.text, styles.feedsIcon]}
|
||||
+ />
|
||||
+ ) : (
|
||||
+ <Message
|
||||
+ width={iconWidth - 1}
|
||||
+ style={[styles.ctrlIcon, pal.text, styles.feedsIcon]}
|
||||
+ style={[styles.ctrlIcon, t.atoms.text, styles.feedsIcon]}
|
||||
+ />
|
||||
+ )
|
||||
+ }
|
||||
@@ -61,10 +61,10 @@
|
||||
+ accessibilityHint={
|
||||
+ numUnreadMessages.count > 0
|
||||
+ ? _(
|
||||
+ msg`${plural(numUnreadMessages.numUnread ?? 0, {
|
||||
+ plural(numUnreadMessages.numUnread ?? 0, {
|
||||
+ one: '# unread item',
|
||||
+ other: '# unread items',
|
||||
+ })}` || '',
|
||||
+ }),
|
||||
+ )
|
||||
+ : ''
|
||||
+ }
|
||||
|
||||
Reference in New Issue
Block a user