FYI replying to this is very broken in Amathyst for some reason
### #Amethyst v0.71.0: Geohashes

- Adds support for the `g` tag with a precision of 5x5km.
- Adds support for the following locations
- Adds support for multiple locations in lists
- Refactors New Post Buttons to make them more similar to one another
- Improves Translation-skip Indexes
- Reviews closing of response.body calls
- Refactors unused elements in VideoView
- Refactors Relay class to remove the Synchronized block
- Improves reachability of the relay screen when the keyboard is visible
- Adds notification permissions request for Android Tiramisu
- Fixes memory leaks when playback services are destroyed
- Fixes video release leak when double clicking on the Stories tab
- Fixes a crash when the video playback service isn't ready
Download:
- [Play Edition](https://github.com/vitorpamplona/amethyst/releases/download/v0.71.0/amethyst-googleplay-universal-v0.71.0.apk)
- [F-Droid Edition](https://github.com/vitorpamplona/amethyst/releases/download/v0.71.0/amethyst-fdroid-universal-v0.71.0.apk)
Discussion
Broken in what sense? Crashing?
When the keyboard opens, it hides the top with the post button and wastes the screen space on the bottom

Oh yeah.. I hate that bug. I can't find a way to not double count the keyboard space as padding in some cases.
I will keep hunting it down.
That being said, Amathyst IS crashing like crazy lately...
Yeah, we are using too much memory. I am working on local database so I can dump some of the memory, but it's taking a while :(