Replace ActionToast
usage in RemoteTabsTableViewController
with ButtonToast
.
#24457
Labels
Contributor OK
This is a good issue for contributors interested in helping the project
📄 Context
We have different
Toast
classes in the app. One of those isActionToast
which is only used in two places in the application at the moment.ActionToast
is very similar toButtonToast
, so we should be able to replaceActionToast
usage with theButtonToast
class. With recent changes toToast
, having extra classes to support makes it harder to make changes and have a unified design. Let's removeActionToast
while its not used in many places.✏ Requirements
ActionToast
usage inRemoteTabsTableViewController
withButtonToast
.ButtonToast
cannot be used there, please let us know in comments.Note: If
ActionToast
is not used anywhere else anymore, you can remove that class from the codebase.Relates to task #24458
ℹ️ Reference Person
@lmarceau
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: