@@ -74,7 +74,7 @@ public class ListenTask {
masters = result.getContent();
}
if (allList.isSuccess()) {
- masters = allList.getContent();
+ all = allList.getContent();
} catch (Exception e) {