Ensure the UI always renders, even in bad network conditions (close #6)
This commit is contained in:
@@ -231,7 +231,7 @@ export const MobileShell: React.FC = observer(() => {
|
||||
transform: [{scale: newTabInterp.value}],
|
||||
}))
|
||||
|
||||
if (!store.session.isAuthed) {
|
||||
if (!store.session.hasSession) {
|
||||
return (
|
||||
<LinearGradient
|
||||
colors={['#007CFF', '#00BCFF']}
|
||||
|
||||
Reference in New Issue
Block a user