fix bug of realTime return data
This commit is contained in:
@@ -40,7 +40,7 @@ public class RealTimeProviderImp implements IRealTimeProvider {
|
||||
@Override
|
||||
public List<CloudLocationInfo> getLocationMsg() {
|
||||
if (mDelegate != null) {
|
||||
mDelegate.getLocationMsg();
|
||||
return mDelegate.getLocationMsg();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user