Update current screen method

This commit is contained in:
shekhar-cis 2022-03-04 19:12:00 +05:30
parent f88d70c275
commit 20a3c318d9
Signed by untrusted user: shekhar-cis
GPG Key ID: F4F00AB04E83F9A7

View File

@ -25,4 +25,4 @@
MDRaisedButton:
height: dp(38)
text: app.tr._("+Add more credits")
on_press: app.root.ids.scr_mngr.current = 'payment'
on_press: app.set_screen('payment')