Skip to content

Commit

Permalink
Show snooze snackbars for longer.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Feb 4, 2020
1 parent a5d7bc4 commit 4cd1129
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public void onMegaphoneNavigationRequested(@NonNull Intent intent, int requestCo

@Override
public void onMegaphoneToastRequested(@NonNull String string) {
Snackbar.make(fab, string, Snackbar.LENGTH_SHORT).show();
Snackbar.make(fab, string, Snackbar.LENGTH_LONG).show();
}

@Override
Expand Down

0 comments on commit 4cd1129

Please sign in to comment.