mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
theme account switcher button's ripple effect
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
e629932262
commit
1b82d14fbb
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user