fix LocalProfile upload
This commit is contained in:
parent
a3ee216b21
commit
07aa6f2039
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ public class NSUpload {
|
||||||
|
|
||||||
public static void uploadProfileStore(JSONObject profileStore) {
|
public static void uploadProfileStore(JSONObject profileStore) {
|
||||||
if (SP.getBoolean(R.string.key_ns_uploadlocalprofile, false)) {
|
if (SP.getBoolean(R.string.key_ns_uploadlocalprofile, false)) {
|
||||||
UploadQueue.add(new DbRequest("dbAdd", "profile", String.valueOf(profileStore)));
|
UploadQueue.add(new DbRequest("dbAdd", "profile", profileStore));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue