Skip to content

Commit 8e7c572

Browse files
authored
Merge pull request Aspen-Discovery#1735 from catsoup11789/24.03.01
fix for search screen crash
2 parents 84ed600 + 1fd2489 commit 8e7c572

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

code/aspen_app/src/screens/Search/SearchResults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const SearchResults = () => {
152152
</Button>
153153
</ButtonGroup>
154154
</ScrollView>
155-
<Text mt="$2" fontSize="$10" color={textColor}>
155+
<Text mt="$2" fontSize={10} color={textColor}>
156156
{paginationLabel}
157157
</Text>
158158
</Box>

code/web/release_notes/24.03.01.MD

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Aspen LiDA Updates
2+
- Fixed a bug that would crash the app when performing a search on Android. (Tickets 129747, 129758) (*KK*)
3+
14
## Aspen Discovery Updates
25
### Event Updates
36
- Correct handling null descriptions in Library Market events. (*MDN*)
@@ -11,4 +14,4 @@
1114

1215
## This release includes code contributions from
1316
- ByWater Solutions
14-
- Mark Noble (MDN)
17+
- Mark Noble (MDN)

0 commit comments

Comments
 (0)