Fix Android Navbar tap events (#4076)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
Mattermost Build 2020-03-25 00:45:46 +01:00 committed by GitHub
parent fd015697a2
commit edb46db358
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -394,7 +394,10 @@ export default class NetworkIndicator extends PureComponent {
}
return (
<Animated.View style={[styles.container, {top: this.top, backgroundColor: background, opacity: this.state.opacity}]}>
<Animated.View
pointerEvents='none'
style={[styles.container, {top: this.top, backgroundColor: background, opacity: this.state.opacity}]}
>
<Animated.View style={styles.wrapper}>
<FormattedText
defaultMessage={defaultMessage}