summary refs log tree commit diff
path: root/src/ui/SnackBar.cpp
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-06-22 19:33:36 +0200
committerGitHub <noreply@github.com>2020-06-22 19:33:36 +0200
commit09e9cffcaed5c76305ca6d7b1aef316a0874b0e3 (patch)
treee7ce7ec7845ab78e6e7f01653488e58b07bf11ac /src/ui/SnackBar.cpp
parentFix m.relates_to being sent as 'null' when not set in encrypted messages. (diff)
parentCorrect a typo in SnackBar.cpp (diff)
downloadnheko-09e9cffcaed5c76305ca6d7b1aef316a0874b0e3.tar.xz
Merge pull request #228 from felixonmars/patch-1
Correct a typo in SnackBar.cpp
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())