yeagle
Results
2
issues of
yeagle
sometimes can't play music with the right http url, and it will play successfully with MediaPlayer。And it can't get the mp3 duration with player.getDuration(), but it has requested in MXDecoder...
不知道为何,这个bug一直没人提,原因出在这里: Collections.swap(data, fromPosition, toPosition); // 这里是交换 fromPosition 的数据跟 toPosition数据进行交换 adapter.notifyItemMoved(fromPosition, toPosition); // 这里是将fromPosition 的移动到 toPosition [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] 当fromPosition跟toPosition是临近的则没有问题,如9移动到8,正常;但当9直接移动到7就错了,展示的数据是[0, 1, 2, 3, 4,...