remove in app browser extension

This commit is contained in:
ammarahm-ed
2022-04-15 23:17:33 +05:00
parent 1a3be6b8cd
commit 67ab42b26e
2 changed files with 5 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ import {
} from 'react-native';
import * as RNIap from 'react-native-iap';
import { enabled } from 'react-native-privacy-snapshot';
import { doInBackground, editing } from '..';
import { editing } from '..';
import { Walkthrough } from '../../components/walkthroughs';
import {
EditorWebView,
@@ -37,7 +37,7 @@ import {
} from '../../services/message';
import PremiumService from '../../services/premium';
import SettingsService from '../../services/settings';
import Sync, { ignoredMessages } from '../../services/sync';
import Sync from '../../services/sync';
import {
clearAllStores,
initialize,