forked from shadowfacts/Tusker
Shhh
This commit is contained in:
parent
57c023c973
commit
3e28c012d7
|
@ -1295,7 +1295,7 @@ extension TimelineViewController {
|
||||||
|
|
||||||
// if we didn't add any items, that implies the gap was removed, and we want to to make clear what's happening
|
// if we didn't add any items, that implies the gap was removed, and we want to to make clear what's happening
|
||||||
if !addedItems {
|
if !addedItems {
|
||||||
var config = ToastConfiguration(title: "There's nothing in between!")
|
var config = ToastConfiguration(title: "That's all, folks!")
|
||||||
config.dismissAutomaticallyAfter = 2
|
config.dismissAutomaticallyAfter = 2
|
||||||
showToast(configuration: config, animated: true)
|
showToast(configuration: config, animated: true)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue