mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-19 12:14:47 +02:00
astra signal initial commit
This commit is contained in:
@@ -363,6 +363,18 @@ export function NowPlayingOverlay() {
|
||||
},
|
||||
});
|
||||
}
|
||||
if (!isDesktopTarget) {
|
||||
menuItems.push({
|
||||
key: 'share-signal',
|
||||
label: 'Share as Signal',
|
||||
icon: 'pulse-outline',
|
||||
onPress: () => {
|
||||
closeMenu();
|
||||
dismissSheet();
|
||||
router.navigate('/signal' as never);
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
// The overlay stays mounted; open/close is this one shared value sliding the
|
||||
// sheet on the UI thread. Starts off-screen so a pre-warmed mount never flashes.
|
||||
|
||||
Reference in New Issue
Block a user