1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-02-03 18:34:20 +00:00

semicolon

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2024-12-19 19:24:08 +00:00
parent 66809c5ae4
commit 3711a70495
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -205,7 +205,7 @@ public class DaemonWrapper {
private void processAssets() {
// Checking if application folder exists, and create it if not
Log.d(TAG, "checking app directory");
File appPath = new File(i2pdpath)
File appPath = new File(i2pdpath);
if (!appPath.exists()) {
boolean result = appPath.mkdir();
Log.d(TAG, "appPath.mkdir() returned " + result + " for " + appPath);