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, AppBskyFeedGetAuthorFeed as GetAuthorFeed,
AppBskyFeedGetFeed as GetCustomFeed, AppBskyFeedGetFeed as GetCustomFeed,
RichText, RichText,
jsonToLex,
} from '@atproto/api' } from '@atproto/api'
import AwaitLock from 'await-lock' import AwaitLock from 'await-lock'
import {bundleAsync} from 'lib/async/bundle' import {bundleAsync} from 'lib/async/bundle'

View File

@ -66,7 +66,6 @@ export class SavedFeedsModel {
this._xLoading(!quietRefresh) this._xLoading(!quietRefresh)
try { try {
let feeds: AppBskyFeedDefs.GeneratorView[] = [] let feeds: AppBskyFeedDefs.GeneratorView[] = []
let cursor
for ( for (
let i = 0; let i = 0;
i < this.rootStore.preferences.savedFeeds.length; 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 {Text} from '../util/text/Text'
import {PressableWithHover} from '../util/PressableWithHover' import {PressableWithHover} from '../util/PressableWithHover'
import {usePalette} from 'lib/hooks/usePalette' import {usePalette} from 'lib/hooks/usePalette'
import {isDesktopWeb, isWeb} from 'platform/detection' import {isDesktopWeb} from 'platform/detection'
export interface TabBarProps { export interface TabBarProps {
testID?: string testID?: string