stefanoromanello

Results 5 issues of stefanoromanello

I'm testing my code with 70+ playlists and in some of them when I try to get the tracks by using getTracksByPlaylistId I get a broken list (Iterable) see https://i.imgur.com/T3Tyt38.png....

bug
help wanted
needs investigation

The problem is that the callback is never called causing the CountDownLatch to wait indefinitely. I don't understand why the getImage() method does not return a callback (Log.d("sync", "done") is...

The bubble info card is going outside the graph container because the line is drawn to high. This fix removes the high of the card from the available hight.

Before ``` Row( mainAxisSize: MainAxisSize.min, children: [ (shouldShowDays) ? dayDigits : SizedBox(), (shouldShowDays) ? _buildSpace() : SizedBox(), (widget.separator.isNotEmpty && shouldShowDays) ? _buildSeparator() : SizedBox(), _buildDigit( timeStream, (DateTime time) => (timeLeft.inHours...