Merge pull request #8826 from streetwriters/fix-restore-button-mobile

mobile: fix restore button is hidden in history preview item
This commit is contained in:
Ammar Ahmed
2025-10-23 13:44:09 +05:00
committed by GitHub

View File

@@ -117,7 +117,8 @@ export default function NotePreview({ session, content, note }) {
{!session?.locked && !locked ? (
<View
style={{
flex: 1
flex: 1,
backgroundColor: colors.primary.background
}}
>
<ReadonlyEditor