Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't enter data when adding a new transaction #4

Closed
bdmayes opened this issue Aug 10, 2018 · 7 comments
Closed

Can't enter data when adding a new transaction #4

bdmayes opened this issue Aug 10, 2018 · 7 comments

Comments

@bdmayes
Copy link

bdmayes commented Aug 10, 2018

I'm trying to add a new transaction, but I cannot even input a symbol. Tapping on the text field will place the cursor there, so it clearly recognizes that I've tapped there. However, it never opens the keyboard to let me type a symbol (or maybe it's supposed to open a modal dialog that presents me with a list of options?). Similarly, I cannot enter data into Quantity, Price, or Notes fields. Tapping on Exchange will allow me to select "Aggregated" but that seems to be the only control that responds properly.

Pixel 2 on the latest Android 9
Trace version 1.0.1 (2)

screenshot_20180810-110332

@trentpiercy
Copy link
Owner

Odd, must be an Android 9 thing. Haven't been able to test on 9 yet. For some reason the Android Studio emulator won't run it so maybe I'll just have to put it on my Nexus 6P. Any chance you could run it in debug mode and see if there are any error logs?

@bdmayes
Copy link
Author

bdmayes commented Aug 10, 2018

It's something I might be able to try this weekend, but no guarantees. I haven't really done much Android development, but just a guess -- you might need to install the latest version in Android Studio's SDK manager to get Android 9 emulation working?

@trentpiercy
Copy link
Owner

Don't worry about it I'll get 9 working one way another and investigate it. Thanks for letting me know!

@trentpiercy
Copy link
Owner

Quick search looks like this is the solution. flutter/flutter#19644
I'll set back the targeted API back to 27.

@bdmayes
Copy link
Author

bdmayes commented Aug 10, 2018

If you want to release a new build after rolling that API back, I'll happily test it for you.

@trentpiercy
Copy link
Owner

@bdmayes Update through play store should fix it. Let me know if it works for you.

@bdmayes
Copy link
Author

bdmayes commented Aug 10, 2018

Fixed! I just added 800 BTC in my portfolio and now I'm rich! If only that would actually deposit that amount into one of my wallets. ;)

I'll close this out now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants