-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TS(TestSet): FAIL: Master compilable #49
Comments
Please fetch the Retroshare wrapper once. Then this issue will be removed. |
Still not compilable: f2a6417 Running "flutter pub get" in retroshare-mobile...
|
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);
^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: