summary refs log tree commit diff
path: root/src/ui/SnackBar.cpp
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-07-10 19:39:44 -0400
committertrilene <trilene@runbox.com>2020-07-10 19:39:44 -0400
commitc73cfe181006fe3be8a3f141acda5c8a1318e47a (patch)
tree5232569c34b91653e2fe0e4220e42bd8d3196303 /src/ui/SnackBar.cpp
parentSupport voice calls (diff)
parentFix autolinking breaking on single quotes in href attribute (diff)
downloadnheko-c73cfe181006fe3be8a3f141acda5c8a1318e47a.tar.xz
Merge remote-tracking branch 'upstream/master' into voip
Diffstat (limited to 'src/ui/SnackBar.cpp')
-rw-r--r--src/ui/SnackBar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/SnackBar.cpp b/src/ui/SnackBar.cpp

index 5daa697e..51a0ff38 100644 --- a/src/ui/SnackBar.cpp +++ b/src/ui/SnackBar.cpp
@@ -63,7 +63,7 @@ SnackBar::hideMessage() // Moving on to the next message. messages_.pop_front(); - // Reseting the starting position of the widget. + // Resetting the starting position of the widget. offset_ = STARTING_OFFSET; if (!messages_.empty())