Remove unused android/app/react.gradle and mapview leftovers

Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
Pedro Pombeiro
2019-08-23 11:59:30 +02:00
parent f14fd19f2c
commit cfcbe6e5fb
5 changed files with 5 additions and 101 deletions
@@ -394,10 +394,11 @@ class StatusModule extends ReactContextBaseJavaModule implements LifecycleEventL
@ReactMethod
private void initKeystore() {
Log.d(TAG, "initKeystore");
Activity currentActivity = getCurrentActivity();
final String keydir = pathCombine(currentActivity.getApplicationInfo().dataDir, "/keystore");
Log.d(TAG, "initKeystore");
if (!checkAvailability()) {
Log.e(TAG, "[initKeystore] Activity doesn't exist, cannot init keystore");
System.exit(0);