mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-03-03 12:16:47 +00:00
fix link not getting deleted
This commit is contained in:
parent
aee31f5b40
commit
935d8101de
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ class HomeViewState extends State<HomeView> {
|
|||
if (offsetRatio == 1) {
|
||||
disableCameraTimer = Timer(const Duration(milliseconds: 500), () async {
|
||||
await _mainCameraController.closeCamera();
|
||||
_mainCameraController.sharedLinkForPreview = null;
|
||||
disableCameraTimer = null;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue