SamAmco / track-and-graph

An android app for tracking personal data and creating custom graphs
GNU General Public License v3.0
438 stars 40 forks source link

Fix 143 keyboard remains after input data point dialog close #171

Closed stheid closed 2 years ago

stheid commented 2 years ago

I removed all the deprecated functions around keyboard showing, including the deprecated "SHOW_FORCED" enum.

I tested the code and now the keyboard even automatically shows up when you create a new graph/stat. This was not working before.

What does this solve

Since the keyboard is never enforced it will never forcefully reappear.

SamAmco commented 2 years ago

I merged this into a different branch so i can test it and fix up a few things and then i will merge to master. Thanks for this :)

SamAmco commented 2 years ago

Again no need to fix any of the above, i'm on it. Just feedback for future ref really.