|
@@ -28,8 +28,6 @@ class FriendsRepository {
|
|
|
FriendsRepository(this.atmobApi) {
|
|
FriendsRepository(this.atmobApi) {
|
|
|
AtmobLog.d(tag, '$tag....init');
|
|
AtmobLog.d(tag, '$tag....init');
|
|
|
|
|
|
|
|
- refreshFriends();
|
|
|
|
|
-
|
|
|
|
|
AtmobLocationClient.addLocationListener((location) {
|
|
AtmobLocationClient.addLocationListener((location) {
|
|
|
updateFriendsLocation(location);
|
|
updateFriendsLocation(location);
|
|
|
});
|
|
});
|