Remove debug, clarify label
This commit is contained in:
@@ -33,7 +33,8 @@ export function NeueChar() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog.Outer control={control} onClose={onClose}>
|
<Dialog.Outer control={control} onClose={onClose}>
|
||||||
<Dialog.Inner label={_(msg`Special announcement dialog for April Fools`)}>
|
<Dialog.Inner
|
||||||
|
label={_(msg`Special announcement dialog for April Fool's day 2025`)}>
|
||||||
<View
|
<View
|
||||||
onLayout={e => {
|
onLayout={e => {
|
||||||
setHeight(e.nativeEvent.layout.height)
|
setHeight(e.nativeEvent.layout.height)
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ function Inner({
|
|||||||
}
|
}
|
||||||
|
|
||||||
React.useEffect(() => {
|
React.useEffect(() => {
|
||||||
// if (snoozed) return
|
if (snoozed) return
|
||||||
if (!nuxs) return
|
if (!nuxs) return
|
||||||
|
|
||||||
for (const {id, enabled} of queuedNuxs) {
|
for (const {id, enabled} of queuedNuxs) {
|
||||||
@@ -116,7 +116,7 @@ function Inner({
|
|||||||
|
|
||||||
// check if completed first
|
// check if completed first
|
||||||
if (nux && nux.completed) {
|
if (nux && nux.completed) {
|
||||||
// continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
// then check gate (track exposure)
|
// then check gate (track exposure)
|
||||||
|
|||||||
Reference in New Issue
Block a user