mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-07 00:24:18 +00:00
style: Remove misleading code comment
This commit is contained in:
parent
15039777e0
commit
5df1d676f6
|
@ -111,7 +111,6 @@ class _CopyEncryptionKeyModalState extends State<CopyEncryptionKeyModal> {
|
|||
copiedToClipboard = true;
|
||||
},
|
||||
);
|
||||
// Make a timer to reset the copyToClipboardTime
|
||||
setState(() {
|
||||
copyToClipboardTimer?.cancel();
|
||||
copyToClipboardTimer = Timer(
|
||||
|
|
Loading…
Reference in a new issue