forked from Ivasoft/mattermost-mobile
Added status on profile picture in bottom tab (#7464)
* added last viewed feature * added constants * storing data in global table and added server col * fixed stack screen" * fixed values for crt * fixed threadid store logic * added status on profile in bottom tabs
This commit is contained in:
@@ -34,7 +34,7 @@ const Account = ({currentUser, isFocused, theme}: Props) => {
|
||||
<View style={isFocused ? style.selected : undefined}>
|
||||
<ProfilePicture
|
||||
author={currentUser}
|
||||
showStatus={false}
|
||||
showStatus={true}
|
||||
size={28}
|
||||
/>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user