introduce SnackbarEvent instead of DomainBlockEvent

This commit is contained in:
Conny Duck 2023-07-05 19:42:30 +02:00
commit 8e56b5429b
3 changed files with 50 additions and 45 deletions

View file

@ -44,8 +44,8 @@
<string name="error_following_hashtags_unsupported">This instance does not support following hashtags.</string>
<string name="error_muting_hashtag_format">Error muting #%s</string>
<string name="error_unmuting_hashtag_format">Error unmuting #%s</string>
<string name="error_blocking_domain">Failed to mute %s</string>
<string name="error_unblocking_domain">Failed to unmute %s</string>
<string name="error_blocking_domain">Failed to mute %1$s: %2$s</string>
<string name="error_unblocking_domain">Failed to unmute %1$s: %2$s</string>
<string name="error_status_source_load">Failed to load the status source from the server.</string>
<string name="title_login">Login</string>