adding a dot after the swipe dismiss message, as it will not be a toast

This commit is contained in:
tibbi
2018-07-08 22:15:55 +02:00
parent 75510eb7c5
commit 104a832354
16 changed files with 15 additions and 16 deletions

View File

@ -85,7 +85,6 @@ class ReminderActivity : SimpleActivity() {
MotionEvent.ACTION_UP, MotionEvent.ACTION_CANCEL -> {
dragDownX = 0f
if (!didVibrate) {
toast(R.string.swipe_right_to_dismiss)
reminder_draggable.animate().x(initialDraggableX).withEndAction {
reminder_draggable_background.animate().alpha(0.2f)
}