This commit is contained in:
parent
5081c44304
commit
a34633ec6d
@ -10,6 +10,7 @@ import (
|
|||||||
func (m *mainModel) LoadMoreItems() {
|
func (m *mainModel) LoadMoreItems() {
|
||||||
loading = true
|
loading = true
|
||||||
defer func() {
|
defer func() {
|
||||||
|
page++
|
||||||
loading = false
|
loading = false
|
||||||
}()
|
}()
|
||||||
switch m.mode {
|
switch m.mode {
|
||||||
|
Loading…
Reference in New Issue
Block a user