This commit is contained in:
Arjun Patel
2026-06-02 08:02:07 -07:00
parent 9adaf9ac38
commit 458d3d36c3
3 changed files with 6 additions and 3 deletions
@@ -412,7 +412,7 @@ export function ComposeOverlay({
setStepSync, setStepSync,
createChildParticle, createChildParticle,
cancel, cancel,
handleQuotaError handleQuotaError,
]); ]);
// New stream mode: create stream + first child // New stream mode: create stream + first child
@@ -28,7 +28,7 @@ export function TextReactionInput({
// NOTE: perform side effects here when opening // NOTE: perform side effects here when opening
if (open) { if (open) {
setValue('') setValue('');
} }
} }
+4 -1
View File
@@ -9,7 +9,10 @@ import {
} from 'react-native-safe-area-context'; } from 'react-native-safe-area-context';
import { Toaster } from 'sonner-native'; import { Toaster } from 'sonner-native';
import { createQueryClient } from '@/lib/query-client'; import { createQueryClient } from '@/lib/query-client';
import { flushPendingNavigation, navigationRef, } from '@/lib/notification-routing'; import {
flushPendingNavigation,
navigationRef,
} from '@/lib/notification-routing';
import { configureNotifications } from '@/lib/push-notifications'; import { configureNotifications } from '@/lib/push-notifications';
import { PusherProvider } from '@/lib/pusher-provider'; import { PusherProvider } from '@/lib/pusher-provider';
import { RootNavigator } from '@/navigation/RootNavigator'; import { RootNavigator } from '@/navigation/RootNavigator';