parent
7875e7c630
commit
be60155de5
44 changed files with 303 additions and 260 deletions
|
|
@ -340,8 +340,8 @@ public abstract class SFragment extends BaseFragment implements Injectable {
|
|||
MuteAccountDialog.showMuteAccountDialog(
|
||||
this.getActivity(),
|
||||
accountUsername,
|
||||
(notifications) -> {
|
||||
timelineCases.mute(accountId, notifications);
|
||||
(notifications, duration) -> {
|
||||
timelineCases.mute(accountId, notifications, duration);
|
||||
return Unit.INSTANCE;
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue