Skip to content

Commit

Permalink
[#958] Enable foreground sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Jan 19, 2024
1 parent d371da1 commit 2d1af0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const App = () => {
<SafeAreaProvider>
<Navigation testID="navigation-element" />
<NetworkStatusBar />
{/* <SyncService /> */}
<SyncService />
</SafeAreaProvider>
);
};
Expand Down

0 comments on commit 2d1af0a

Please sign in to comment.