mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-03-03 15:26: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) {
|
if (offsetRatio == 1) {
|
||||||
disableCameraTimer = Timer(const Duration(milliseconds: 500), () async {
|
disableCameraTimer = Timer(const Duration(milliseconds: 500), () async {
|
||||||
await _mainCameraController.closeCamera();
|
await _mainCameraController.closeCamera();
|
||||||
|
_mainCameraController.sharedLinkForPreview = null;
|
||||||
disableCameraTimer = null;
|
disableCameraTimer = null;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue