Skip to content

TS(TestSet): FAIL: Master compilable #49

@obrasero

Description

@obrasero

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);
^^^^^^^^^^^^^^^^^^^^^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions