From fa411f5623e7468e3f5feab9129379cd74b657d7 Mon Sep 17 00:00:00 2001 From: Geonu Kang Date: Sat, 28 Nov 2015 20:26:28 +0900 Subject: [PATCH] Increase swipe-to-archive snackbar duration Fixes #4745 Closes #4746 // FREEBIE --- src/org/thoughtcrime/securesms/ConversationListFragment.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/thoughtcrime/securesms/ConversationListFragment.java b/src/org/thoughtcrime/securesms/ConversationListFragment.java index 3565eeb84b..567ea60ae2 100644 --- a/src/org/thoughtcrime/securesms/ConversationListFragment.java +++ b/src/org/thoughtcrime/securesms/ConversationListFragment.java @@ -440,7 +440,7 @@ public class ConversationListFragment extends Fragment getString(R.string.ConversationListFragment_moved_conversation_to_inbox), getString(R.string.ConversationListFragment_undo), getResources().getColor(R.color.amber_500), - Snackbar.LENGTH_SHORT, false) + Snackbar.LENGTH_LONG, false) { @Override protected void executeAction(@Nullable Long parameter) { @@ -457,7 +457,7 @@ public class ConversationListFragment extends Fragment getString(R.string.ConversationListFragment_archived_conversation), getString(R.string.ConversationListFragment_undo), getResources().getColor(R.color.amber_500), - Snackbar.LENGTH_SHORT, false) + Snackbar.LENGTH_LONG, false) { @Override protected void executeAction(@Nullable Long parameter) {