Skip to content

Commit

Permalink
bottom tab alternate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Oct 9, 2023
1 parent d068f83 commit 0f27275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/src/WalletNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const WalletTabNavigator = () => {
const wallet = useSelectedWallet()
const initialRoute = isHaskellShelley(wallet.walletImplementationId) ? 'staking-dashboard' : 'history'

const [keyboardStatus, setKeyboardStatus] = React.useState<boolean>()
const [keyboardStatus, setKeyboardStatus] = React.useState(false)

React.useEffect(() => {
const showSubscription = Keyboard.addListener('keyboardWillShow', () => {
Expand Down

0 comments on commit 0f27275

Please sign in to comment.