Skip to content

Commit

Permalink
更新水印信息
Browse files Browse the repository at this point in the history
  • Loading branch information
imndx committed Dec 16, 2024
1 parent 09d8c6c commit b13d790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uikit/src/main/java/cn/wildfire/chat/kit/WfcUIKit.java
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ public void onActivityDestroyed(@NonNull Activity activity) {
}

private void updateWaterMark() {
SimpleDateFormat sdf = new SimpleDateFormat("MM-dd hh:mm");
SimpleDateFormat sdf = new SimpleDateFormat("MM-dd HH:mm");
String userId = ChatManager.Instance().getUserId();
if (!TextUtils.isEmpty(userId)) {
String waterMarkStr = userId + " " + sdf.format(new Date());
Expand Down

0 comments on commit b13d790

Please sign in to comment.