Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
清楚->清除
  • Loading branch information
hexadecimal233 authored Aug 12, 2023
1 parent 61b8fe6 commit 2ccb80b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public RecentStickerImpl(Context mContext) {

View setButton = cacheView.findViewById(R.id.Sticker_Panel_Set_Item);
setButton.setOnClickListener(v-> new XPopup.Builder(ContextUtils.getFixContext(mContext))
.asConfirm("提示", "是否要清楚最近的表情记录?", RecentStickerHelper::cleanAllRecentRecord)
.asConfirm("提示", "是否要清除最近的表情记录?", RecentStickerHelper::cleanAllRecentRecord)
.show());

try {
Expand Down

0 comments on commit 2ccb80b

Please sign in to comment.