Logan Rosen

Results 10 comments of Logan Rosen

I'm seeing this frequently as well with my consumer running 2.2.0. I ran gdb and looked at the backtraces for all threads – these seem to be the relevant ones....

This seems to have been fixed by [this commit](https://github.com/bluesky-social/social-app/commit/e77c6169706640ea95129d8ee26bb022af419374).

Gotcha, makes sense. I'll work on including the same confirmation dialog that appears when you hit the escape key.

@pfrazee Took me a bit, but I was able to pull the state up and access `graphemeLength`/`gallery` where we create the modal so that the check could be performed there...

FYI I've put in a PR to potentially fix the `react-native-paste-input` crash on unmount upstream (mattermost/react-native-paste-input#20), which would allow us to remove the hack to manually blur before unmounting.

Another data point: Weird Al's handle _and_ name are getting completely replaced by an ellipsis on my Pixel 7 Pro: ![Screenshot_20230605-233135.png](https://github.com/bluesky-social/social-app/assets/512317/4158cbe8-ff1d-4b15-8a94-d5a0b6a06c5f)

It looks like the documentation on MDN was out-of-date in terms of what powers the formal CSS syntax sections – I've opened [an issue](https://github.com/mdn/content/issues/38058) accordingly. However, this issue still affects...

> After thinking about it a bit more: by setting the active state in the `lifecycleScope`, we risk that the app is not set as inactive before the activity/fragment/app is...

I bumped to the latest version (5.0.7 at the time of writing) of `react-native-date-picker` locally and tested the app in dark mode. It fixes the "Select date" header so that...