zio/stable
Paul Frazee 2023-05-18 16:54:17 -05:00
parent 1ecf0da81b
commit 3c89dd40f9
3 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,6 @@ import {
AppBskyFeedGetAuthorFeed as GetAuthorFeed,
AppBskyFeedGetFeed as GetCustomFeed,
RichText,
jsonToLex,
} from '@atproto/api'
import AwaitLock from 'await-lock'
import {bundleAsync} from 'lib/async/bundle'

View File

@ -66,7 +66,6 @@ export class SavedFeedsModel {
this._xLoading(!quietRefresh)
try {
let feeds: AppBskyFeedDefs.GeneratorView[] = []
let cursor
for (
let i = 0;
i < this.rootStore.preferences.savedFeeds.length;

View File

@ -10,7 +10,7 @@ import {StyleSheet, View, ScrollView} from 'react-native'
import {Text} from '../util/text/Text'
import {PressableWithHover} from '../util/PressableWithHover'
import {usePalette} from 'lib/hooks/usePalette'
import {isDesktopWeb, isWeb} from 'platform/detection'
import {isDesktopWeb} from 'platform/detection'
export interface TabBarProps {
testID?: string