Kore/app/src/main/java/org/xbmc/kore/ui/sections
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
..
addon Reinstante the ability to bookmark addons 2018-05-10 21:24:24 +02:00
audio Fixed issue with running many instrumentation tests (#536) 2018-05-03 11:04:04 +01:00
favourites Support getting favourites in Kore (#81) (#384) 2017-05-09 18:35:21 +01:00
file Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
hosts Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
remote Fixes a possible race condition and starting multiple instances (#559) 2018-06-22 11:05:38 +01:00
settings Fix lint errors/warnings 2017-12-25 12:57:26 +00:00
video Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00