Kore/app/src/main
Martijn Brekhof d11dbe6853 Fixes a possible race condition and starting multiple instances (#559)
The onDestroyView method is used to unregister the application observer
from the dialog. However the parent got called first which destroys the
view of the dialog. This could lead to Null Pointer Exceptions when
the listener tries to update the UI of the dialog right after it was
destroyed.

The VolumeControllerDialogFragmentListener was created twice as creation
was triggered on both the down and up event of the volume keys. This has
been changed to only trigger on down events.
2018-06-22 11:05:38 +01:00
..
java/org/xbmc/kore Fixes a possible race condition and starting multiple instances (#559) 2018-06-22 11:05:38 +01:00
res Fix volume controller UI (#558) 2018-06-16 13:10:18 +01:00
AndroidManifest.xml Add Adaptive Icon For API 26+ (#450) 2017-11-11 15:26:18 +00:00