android-player
android-player copied to clipboard
LUSH Player for Mobile, Tablet & TV
So Dagger is used again. Currently it is an unused dependency: https://github.com/LUSHDigital/android-player-tv/blob/7cb2f565e070d7e2b350a7941cf18950d74696af/app/build.gradle#L94
To prevent issues where the member variable isn't set and the call is made using an old state. See: https://github.com/LUSHDigital/android-player-tv/blob/e9585bc5ec94d8e1602912f216da86e9a13c1f56/app/src/main/java/com/cube/lush/player/MainApplication.java#L74
The implementation for this method needs to be removed. It is no longer necessary: https://github.com/LUSHDigital/android-player-tv/blob/e9585bc5ec94d8e1602912f216da86e9a13c1f56/app/src/main/java/com/cube/lush/player/MainApplication.java#L78