Skip to content

Commit e01e809

Browse files
Fix Android Java Firebase Function sample
1 parent c13c576 commit e01e809

File tree

1 file changed

+0
-1
lines changed
  • samples/android-java-firebase-function/app/src/main/java/com/android/virgilsecurity/ethreesamplejavafirebase

1 file changed

+0
-1
lines changed

samples/android-java-firebase-function/app/src/main/java/com/android/virgilsecurity/ethreesamplejavafirebase/EThreeActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ public void onSuccess() {
205205
Log.i(TAG, "User one registration complete");
206206
// Searching for the public key of first user to be able to encrypt.
207207
eThreeUserTwo.findUser(userOneUid).addCallback(onLookupUserTwoListener);
208-
eThreeUserTwo.encryptShared()
209208
}
210209

211210
@Override

0 commit comments

Comments
 (0)