MachOneSoftware / JCalc

This is the official repository for the JCalc Android app!
GNU General Public License v3.0
0 stars 0 forks source link

Keyboard appears after pressing home and resuming app #49

Closed javajudt closed 6 years ago

javajudt commented 6 years ago

JCalc (MainActivity) > Home > Reopen app > keyboard appears. Issue appeared after implementing ads on MainActivity.

javajudt commented 6 years ago

I had to add android:focusable="true" android:focusableInTouchMode="true" to the layout element (LinearLayout).