At last
This commit is contained in:
parent
6f1198e75d
commit
d134719347
|
@ -978,9 +978,6 @@ local function new(args)
|
|||
ret._private.pages_count = 0
|
||||
ret._private.current_page = 1
|
||||
|
||||
generate_apps(ret)
|
||||
reset(ret)
|
||||
|
||||
if ret.rubato and ret.rubato.x then
|
||||
ret.rubato.x:subscribe(function(pos)
|
||||
ret._private.widget.x = pos
|
||||
|
@ -1025,6 +1022,9 @@ local function new(args)
|
|||
end})
|
||||
end)
|
||||
|
||||
generate_apps(ret)
|
||||
reset(ret)
|
||||
|
||||
return ret
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue