You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Android Live view has no snapshot control. Snapshot capture already exists elsewhere in the app (Playback/Clips save a frame — see ClipsScreen.kt "Snapshot saved to $path", saved to the device gallery via MediaStore per CacheJanitor). Live should have the same.
Capture the current live frame. Decide the sensible target: the maximized/focused camera when one is open, else the wall (or per-tile). Mirror the desktop client's Live snapshot behavior where practical.
Reuse the existing snapshot save path (MediaStore → gallery) so it lands with the Playback/Clips snapshots.
Pair with the save toast + share action in the sibling issue (share sheet).
The Android Live view has no snapshot control. Snapshot capture already exists elsewhere in the app (Playback/Clips save a frame — see
ClipsScreen.kt"Snapshot saved to $path", saved to the device gallery via MediaStore perCacheJanitor). Live should have the same.Ask
+(e.g.Icons.AddPhotoAlternate/add_a_photo).Queued after #156 / #162 / #160 / #161.