-
Notifications
You must be signed in to change notification settings - Fork 338
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
Comments
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? |
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? |
Don't worry about it I'll get 9 working one way another and investigate it. Thanks for letting me know! |
Quick search looks like this is the solution. flutter/flutter#19644 |
If you want to release a new build after rolling that API back, I'll happily test it for you. |
@bdmayes Update through play store should fix it. Let me know if it works for you. |
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. |
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)
The text was updated successfully, but these errors were encountered: