Browse Source

Fixed typo that was so nicely pairing with other typo in pEpEngine

JNI-44
Edouard Tisserant 10 years ago
parent
commit
808958da42
  1. 2
      android/src/org/pEp/jniadapter/AndroidHelper.java

2
android/src/org/pEp/jniadapter/AndroidHelper.java

@ -138,7 +138,7 @@ public class AndroidHelper {
Log.e(TAG, "Couldn't delete temp dir"); Log.e(TAG, "Couldn't delete temp dir");
} }
} }
optDir.mkdirs(); tmpDir.mkdirs();
} }
public static void nativeSetup(Context c) { public static void nativeSetup(Context c) {

Loading…
Cancel
Save