We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9311649 commit 5a302bcCopy full SHA for 5a302bc
app/src/main/java/com/jvdegithub/aiscatcher/Settings.java
@@ -61,7 +61,7 @@ static void setDefault(Context context) {
61
preferences.edit().putBoolean("sSHARING", false).commit();
62
63
preferences.edit().putBoolean("w1SWITCH", false).commit();
64
- preferences.edit().putInt("w1PORT", 8100).commit();
+ preferences.edit().putString("w1PORT", "8100").commit();
65
66
67
preferences.edit().putString("oCGF_WIDE", "Default").commit();
@@ -397,4 +397,4 @@ static private boolean SetSharing(Context context) {
397
return true;
398
}
399
400
-}
+}
0 commit comments