Skip to content

Commit

Permalink
Merge pull request #60 from VirgilSecurity/bugfix/fix-samples
Browse files Browse the repository at this point in the history
Fix Android Java Firebase Function sample
  • Loading branch information
andrii-iakovenko authored Apr 15, 2021
2 parents c13c576 + e01e809 commit 6c7ece1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ public void onSuccess() {
Log.i(TAG, "User one registration complete");
// Searching for the public key of first user to be able to encrypt.
eThreeUserTwo.findUser(userOneUid).addCallback(onLookupUserTwoListener);
eThreeUserTwo.encryptShared()
}

@Override
Expand Down

0 comments on commit 6c7ece1

Please sign in to comment.