Kore/app/src/main/java/org/xbmc/kore/service/library
Synced Synapse cda70ce109 Prevent the refresh animation from appearing in a sylent sync
When a silent sync is running the refresh animation shouldn't appear and this wasn't being repected in some situations. For instance, when not connected to Kodi, starting from a TV Show details, selecting one episode or season and hitting back, the animation would appear. This PR makes sure that it is only shown if it isn't silent.
2018-02-26 20:35:33 +01:00
..
LibrarySyncService.java Change the source of AlbumGenres table to support Kodi v18 2018-02-22 20:57:37 +01:00
SyncItem.java Fixed issue with recursing music items 2016-05-10 15:08:38 +02:00
SyncMovies.java Implemented recursion fix for movies and tv shows (#283) 2016-09-26 18:31:22 +01:00
SyncMusic.java Change the source of AlbumGenres table to support Kodi v18 2018-02-22 20:57:37 +01:00
SyncMusicVideos.java Implemented testing actionbar state (#382) 2017-04-29 16:08:15 +01:00
SyncOrchestrator.java Fixed issue with recursing music items 2016-05-10 15:08:38 +02:00
SyncTVShows.java Implemented testing actionbar state (#382) 2017-04-29 16:08:15 +01:00
SyncUtils.java Prevent the refresh animation from appearing in a sylent sync 2018-02-26 20:35:33 +01:00