Hi I have a kivy app with an activity and a service.
In service/main.py I have:
- from android.broadcast import BroadcastReceiver
Up to last week this was working fine. It is now throwing the error:
- ''NoneType' object has no attribute 'getWindow''.
flagged to _android.pyx line 178.
I believe this is being caused by this change:
- 3345c66
and maybe get_keyboard_height() is now being called more than it was.
Can a change be made so that get_keyboard_height() is not called when in a service?
Or is there some change I can make in my code to accomodate this commit?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Hi I have a kivy app with an activity and a service.
In service/main.py I have:
Up to last week this was working fine. It is now throwing the error:
flagged to _android.pyx line 178.
I believe this is being caused by this change:
and maybe get_keyboard_height() is now being called more than it was.
Can a change be made so that get_keyboard_height() is not called when in a service?
Or is there some change I can make in my code to accomodate this commit?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.