Skip to content

Commit c14698e

Browse files
committed
Add offline indicator behavior to AgentsPage component. Set shouldMobileOfflineIndicatorStickToBottom prop to false for improved layout on mobile devices.
1 parent c931edd commit c14698e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/settings/Agents/AgentsPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ function AgentsPage() {
9797
style={[styles.defaultModalContainer]}
9898
testID={AgentsPage.displayName}
9999
shouldShowOfflineIndicatorInWideScreen
100+
shouldMobileOfflineIndicatorStickToBottom={false}
100101
offlineIndicatorStyle={styles.mtAuto}
101102
>
102103
<HeaderWithBackButton

0 commit comments

Comments
 (0)