-
Notifications
You must be signed in to change notification settings - Fork 14
Description
as of: SHA-1: 8a40ff9
the MASTER is no longer compilable with android studio:
--->
Running Gradle task 'assembleDebug'...
lib/provider/friend_location.dart:19:35: Error: Method not found: 'RsPeers.getPeerFriendDetails'.
locations.add(await RsPeers.getPeerFriendDetails(sslIds[i], _authToken));
^^^^^^^^^^^^^^^^^^^^
lib/ui/notification_screen.dart:18:32: Error: Method not found: 'RsMsgs.getPendingChatLobbyInvites'.
var invites = await RsMsgs.getPendingChatLobbyInvites(authToken);
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/ui/notification_screen.dart:127:72: Error: Method not found: 'RsMsgs.denyLobbyInvite'.
await RsMsgs.denyLobbyInvite(
^^^^^^^^^^^^^^^
lib/ui/notification_screen.dart:148:66: Error: Method not found: 'RsMsgs.acceptLobbyInvite'.
RsMsgs.acceptLobbyInvite(
^^^^^^^^^^^^^^^^^
lib/ui/home/home_screen.dart:52:14: Error: Method not found: 'RsMsgs.getPendingChatLobbyInvites'.
RsMsgs.getPendingChatLobbyInvites(authToken);
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/common/drawer.dart:203:25: Error: Method not found: 'RsMsgs.getPendingChatLobbyInvites'.
return await RsMsgs.getPendingChatLobbyInvites(authToken);
^^^^^^^^^^^^^^^^^^^^^^^^^^