chore: Merge pull request 'style: Remove misleading code comment' (#244) from clipboard-key into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #244
Reviewed-by: NaiJi  <naiji@udongein.xyz>
pull/245/head
NaiJi ✨ 2023-07-25 22:50:13 +03:00
commit b04dcef603
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ class _CopyEncryptionKeyModalState extends State<CopyEncryptionKeyModal> {
copiedToClipboard = true; copiedToClipboard = true;
}, },
); );
// Make a timer to reset the copyToClipboardTime
setState(() { setState(() {
copyToClipboardTimer?.cancel(); copyToClipboardTimer?.cancel();
copyToClipboardTimer = Timer( copyToClipboardTimer = Timer(