Skip to content

Commit 7be2004

Browse files
committed
move disclaimer to the body on android alerts
ios doesn't change, which is good
1 parent 4f00b13 commit 7be2004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/sis/balances.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class BalancesView extends React.Component {
5959

6060
componentDidMount() {
6161
if (!this.props.alertSeen) {
62-
Alert.alert(LONG_DISCLAIMER, '', [
62+
Alert.alert('', LONG_DISCLAIMER, [
6363
{text: 'I Disagree', onPress: this.goBack, style: 'cancel'},
6464
{text: 'Okay', onPress: this.props.hasSeenAcknowledgement},
6565
])

0 commit comments

Comments
 (0)