Skip to content

Commit 5a302bc

Browse files
authored
Update Settings.java
1 parent 9311649 commit 5a302bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/jvdegithub/aiscatcher/Settings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static void setDefault(Context context) {
6161
preferences.edit().putBoolean("sSHARING", false).commit();
6262

6363
preferences.edit().putBoolean("w1SWITCH", false).commit();
64-
preferences.edit().putInt("w1PORT", 8100).commit();
64+
preferences.edit().putString("w1PORT", "8100").commit();
6565

6666

6767
preferences.edit().putString("oCGF_WIDE", "Default").commit();
@@ -397,4 +397,4 @@ static private boolean SetSharing(Context context) {
397397
return true;
398398
}
399399

400-
}
400+
}

0 commit comments

Comments
 (0)