File tree Expand file tree Collapse file tree
java/com/nextcloud/talk/chat Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1414,6 +1414,11 @@ class ChatActivity :
14141414 binding.upcomingEventContainer.upcomingEventDismiss.setOnClickListener {
14151415 binding.upcomingEventCard.visibility = View .GONE
14161416 chatViewModel.saveHiddenUpcomingEvent(hiddenEventKey)
1417+ Snackbar .make(
1418+ binding.root,
1419+ R .string.nc_upcoming_event_dismissed,
1420+ Snackbar .LENGTH_LONG
1421+ ).show()
14171422 }
14181423 }
14191424 }
Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ How to translate with transifex:
263263 <string name =" nc_invalid_time" >Invalid time</string >
264264 <string name =" nc_today_meeting" >Today at %1$s</string >
265265 <string name =" nc_tomorrow_meeting" >Tomorrow at %1$s</string >
266+ <string name =" nc_upcoming_event_dismissed" >Upcoming call can be viewed in conversation info</string >
266267 <string name =" nc_delete_conversation_more" >If you delete the conversation, it will also be deleted for all other participants.</string >
267268
268269 <string name =" nc_new_conversation" >New conversation</string >
You can’t perform that action at this time.
0 commit comments