Kore/app/src/main/java/org/xbmc/kore/ui/generic
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
..
CastFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
GenericSelectDialog.java Materialized dialogs and preferences (#330) 2017-01-04 08:37:13 +00:00
NavigationDrawerFragment.java Bug/androidtests (#466) 2017-10-10 11:06:10 +01:00
RefreshItem.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
SendTextDialogFragment.java Materialized dialogs and preferences (#330) 2017-01-04 08:37:13 +00:00
VolumeControllerDialogFragmentListener.java Fixes a possible race condition and starting multiple instances (#559) 2018-06-22 11:05:38 +01:00