Skip to content

Commit

Permalink
Merge branch 'deep-linking' into v6.3.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
c3bryant committed Mar 4, 2019
2 parents 791d46c + f458e05 commit 8856845
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/messaging/Messaging.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const checkData = (data) => {
export class Messaging extends Component {
componentDidMount() {
logger.ga('View Loaded: Messaging')
this.props.updateMessages(new Date().getTime())
this.props.navigation.addListener('willFocus', () => {
const { unreadMessages } = this.props.messages
if (unreadMessages > 0) {
Expand Down

0 comments on commit 8856845

Please sign in to comment.