GnuCash-Pocket / gnucash-android

GnuCash Pocket – a mobile companion app for Gnucash desktop application (https://github.com/Gnucash/gnucash). Developed independently of GnuCash.
Apache License 2.0
87 stars 17 forks source link

fix broken split transaction fragment #138

Closed hades closed 5 months ago

hades commented 5 months ago

In #92 an error was introduced, which instantiated the AppCompatEditText with the defStyleAttr value of zero. This broke the edit text view, which led to crashes if the calculator keyboard was used.