mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: fix empty notebook stuck in loading state
This commit is contained in:
@@ -142,6 +142,7 @@ const Notebook = ({ route, navigation }: NavigationProps<"Notebook">) => {
|
||||
headerProps={{
|
||||
heading: params.current.title
|
||||
}}
|
||||
loading={false}
|
||||
ListHeader={
|
||||
<NotebookHeader
|
||||
onEditNotebook={() => {
|
||||
|
||||
Reference in New Issue
Block a user