theme account switcher button's ripple effect

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-08-01 22:43:10 +02:00
parent e629932262
commit 1b82d14fbb
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -341,6 +341,7 @@ public class ConversationsListController extends BaseController implements Flexi
credentials = ApiUtils.getCredentials(currentUser.getUsername(), currentUser.getToken()); credentials = ApiUtils.getCredentials(currentUser.getUsername(), currentUser.getToken());
if (getActivity() != null && getActivity() instanceof MainActivity) { if (getActivity() != null && getActivity() instanceof MainActivity) {
loadUserAvatar(((MainActivity) getActivity()).binding.switchAccountButton); loadUserAvatar(((MainActivity) getActivity()).binding.switchAccountButton);
viewThemeUtils.colorMaterialTextButton(((MainActivity) getActivity()).binding.switchAccountButton);
} }
fetchData(); fetchData();
} }