Remove dead code for pager (#2651)

This commit is contained in:
dan
2024-02-05 22:40:07 +00:00
committed by GitHub
parent f0e046a44b
commit b7056365dd
6 changed files with 13 additions and 35 deletions
-2
View File
@@ -337,7 +337,6 @@ export function SearchScreenInner({
if (hasSession) {
return query ? (
<Pager
tabBarPosition="top"
onPageSelected={onPageSelected}
renderTabBar={props => (
<CenteredView
@@ -380,7 +379,6 @@ export function SearchScreenInner({
return query ? (
<Pager
tabBarPosition="top"
onPageSelected={onPageSelected}
renderTabBar={props => (
<CenteredView