Avoid starter pack dialog state flicker
This commit is contained in:
@@ -781,8 +781,9 @@ function OverflowMenu({
|
|||||||
}
|
}
|
||||||
disabled={isOptOutPending}
|
disabled={isOptOutPending}
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
optOutDialogControl.close()
|
optOutDialogControl.close(() => {
|
||||||
setReferenceListOptOut({referenceListOptOut})
|
setReferenceListOptOut({referenceListOptOut})
|
||||||
|
})
|
||||||
}}>
|
}}>
|
||||||
<ButtonText>
|
<ButtonText>
|
||||||
{referenceListOptOut ? (
|
{referenceListOptOut ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user