mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Fix account setting cannot be opened
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
|     "native": "220508", |     "native": "220508", | ||||||
|     "major": 4, |     "major": 4, | ||||||
|     "minor": 0, |     "minor": 0, | ||||||
|     "patch": 1, |     "patch": 2, | ||||||
|     "expo": "45.0.0" |     "expo": "45.0.0" | ||||||
|   }, |   }, | ||||||
|   "description": "tooot app for Mastodon", |   "description": "tooot app for Mastodon", | ||||||
|   | |||||||
| @@ -28,7 +28,8 @@ const Settings: React.FC = () => { | |||||||
|           onPress={() => |           onPress={() => | ||||||
|             WebBrowser.openAuthSessionAsync( |             WebBrowser.openAuthSessionAsync( | ||||||
|               `https://${url}/settings/preferences`, |               `https://${url}/settings/preferences`, | ||||||
|               '' |               'tooot://tooot', | ||||||
|  |               { dismissButtonStyle: 'done', readerMode: false } | ||||||
|             ) |             ) | ||||||
|           } |           } | ||||||
|         /> |         /> | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ const sentry = () => { | |||||||
|   log('log', 'Sentry', 'initializing') |   log('log', 'Sentry', 'initializing') | ||||||
|   Sentry.init({ |   Sentry.init({ | ||||||
|     dsn: 'https://53348b60ff844d52886e90251b3a5f41@o917354.ingest.sentry.io/6410576', |     dsn: 'https://53348b60ff844d52886e90251b3a5f41@o917354.ingest.sentry.io/6410576', | ||||||
|     enableInExpoDevelopment: true, |     enableInExpoDevelopment: false, | ||||||
|     debug: !isRelease |     debug: !isRelease | ||||||
|   }) |   }) | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user