Implement new Material3 spec.

This commit is contained in:
Alex Hart
2022-05-26 17:32:52 -03:00
committed by Greyson Parrelli
parent 556e480b06
commit 1b471e163d
374 changed files with 3219 additions and 3049 deletions

View File

@@ -155,7 +155,6 @@ public class PaymentsHomeFragment extends LoggingFragment {
return;
case DEACTIVATED:
Snackbar.make(requireView(), R.string.PaymentsHomeFragment__payments_deactivated, Snackbar.LENGTH_SHORT)
.setTextColor(Color.WHITE)
.show();
return;
case DEACTIVATE_WITHOUT_BALANCE: