1
0

kivy: switch to send screen if a URI is passed

This commit is contained in:
ThomasV
2016-02-05 18:16:48 +01:00
parent 51ca7a056b
commit 84ac33f589
3 changed files with 25 additions and 12 deletions

View File

@@ -468,7 +468,6 @@ class TabbedCarousel(Factory.TabbedPanel):
scroll_x = 0
else:
scroll_x = 1. * (n - idx - 1) / (n - 1)
mation = Factory.Animation(scroll_x=scroll_x, d=.25)
mation.cancel_all(scrlv)
mation.start(scrlv)