Micah Morrison
Micah Morrison
@codenyte I think you may have experimental features enabled. One of the experimental features we have right now is a new post page. Since it was re-written, it's not yet...
Glad that fixed it! > Is there any reason why the re-written post page is used when tapping on a post directly from the feed, but not when tapping on...
> > The scrolling fixes from #1252 and #1319 seem to be missing > > I was planning to add this back in in conjunction with the comment navigation! Makes...
Hey @hjiangsu the last unchecked item here is collapse/expand animation, which I see is working now, so I think we can consider this issue complete!
Cool, thank you for digging that up! I'm glad that Thunder performed so well; I know we've put a lot of work into the markdown rendering. 😊
If I remove the `Row` from the `imageBuilder` and the `Center` from the `ImagePreview`, it seems to work! Unfortunately I don't know what other side effects that may have.
For devs: this is called a "head's up" notification (on Android). I spent just a little bit of timing looking into this with `flutter_local_notifications` and it wasn't immediately obvious how...
Good tip, that worked for me! That said, somehow some apps are able to set this by default. So there must be something in the Android API to configured the...
Great point!
I pushed a small change which ensures that navigation to alternate sources once you're already in a webview occurs within that same webview instead of pushing a new one on...