Skip to content

Commit 8ffb3d9

Browse files
committed
Deletion tip made short
1 parent 87fb121 commit 8ffb3d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • portable/comp-android/diacomp/src/main/java/org/bosik/diacomp/android/frontend/views/diary

portable/comp-android/diacomp/src/main/java/org/bosik/diacomp/android/frontend/views/diary/DiaryDayView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public boolean onActionItemClicked(ActionMode actionMode, MenuItem menuItem)
218218
LocalDiary.getInstance(getContext()).save(removedRecords);
219219

220220
String text = String.format(Locale.US, getContext().getString(R.string.common_tip_deleted), removedRecords.size());
221-
UIUtils.showTipLong(listRecs.getContext(), text);
221+
UIUtils.showTip(listRecs.getContext(), text);
222222

223223
return true;
224224
}

0 commit comments

Comments
 (0)