Used function, instead of creating a new alert.
Details
Details
Checked if the alert still works.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
native/chat/chat-input-bar.react.js | ||
---|---|---|
970 ↗ | (On Diff #25901) | I think "Are you sure?" is too generic of a title here. It doesn't clarify what the user is doing exactly I think I prefer the copy on line 970 and 971, but with some changes: Alert.alert( 'Discard changes?', 'You have unsaved changes which will be discarded if you navigate away.', ); We can keep this change here, but can you update exitEditAlert to match this proposed new copy? |