mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Catch potentially json parsing error
This commit is contained in:
		@@ -186,7 +186,7 @@ const ComponentInstance: React.FC<Props> = ({
 | 
			
		||||
        if (!account) {
 | 
			
		||||
          setGlobalStorage('accounts', (accounts || []).concat([accountKey]))
 | 
			
		||||
        }
 | 
			
		||||
        setAccount(accountKey)
 | 
			
		||||
        await setAccount(accountKey)
 | 
			
		||||
 | 
			
		||||
        goBack && navigation.goBack()
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user