Skip to content

Commit

Permalink
Update WikiViewer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Sep 10, 2023
1 parent f5decb0 commit 30d41d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/WikiWebView/WikiViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { MD3Colors, Text } from 'react-native-paper';
import { webviewPreloadedJS } from 'react-native-postmessage-cat';
import { WebView } from 'react-native-webview';
import { styled } from 'styled-components/native';
import { FAKE_USER_AGENT } from '../../constants/webview';
import { useRequestNativePermissions } from '../../services/NativeService/hooks';
import { useRegisterService } from '../../services/registerServiceOnWebView';
import { useSetWebViewReferenceToService } from '../../services/WikiHookService/hooks';
Expand All @@ -14,7 +15,6 @@ import { useStreamChunksToWebView } from './useStreamChunksToWebView';
import { onErrorHandler } from './useStreamChunksToWebView/onErrorHandler';
import { useTiddlyWiki } from './useTiddlyWiki';
import { useWindowMeta } from './useWindowMeta';
import { FAKE_USER_AGENT } from '../../constants/webview';

const WebViewContainer = styled.View`
flex: 2;
Expand Down

0 comments on commit 30d41d9

Please sign in to comment.