Skip to content

Commit 2bc5b1e

Browse files
committed
mark bottomsheet true for android
1 parent 2dc07bd commit 2bc5b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/containers/UIKit/MultiSelect/MultiSelectContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const MultiSelectContent = React.memo(
7373
onChangeText={handleSearch}
7474
placeholder={I18n.t('Search')}
7575
inputStyle={{ backgroundColor: colors.surfaceLight }}
76-
bottomSheet={isIOS}
76+
bottomSheet={true}
7777
onSubmitEditing={() => {
7878
setTimeout(() => {
7979
hideActionSheet();

0 commit comments

Comments
 (0)