|
@@ -481,6 +481,6 @@ public class DataManager {
|
|
|
}
|
|
|
|
|
|
public static void setNewMessageStatus() {
|
|
|
- Settings.System.putString(ChatApplication.getsContext().getContentResolver(), MetaData.KEY_NEW_MESSAGE, "");
|
|
|
+ Settings.Global.putString(ChatApplication.getsContext().getContentResolver(), MetaData.KEY_NEW_MESSAGE, "");
|
|
|
}
|
|
|
}
|