Mercurial > libervia-desktop-kivy
changeset 428:85fc3da9560c
android: fixed "open_url"
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 01 Mar 2020 22:11:25 +0100 |
parents | b51c10cc7325 |
children | cebf657d78ef |
files | cagou/core/platform_/android.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cagou/core/platform_/android.py Sun Mar 01 22:11:25 2020 +0100 +++ b/cagou/core/platform_/android.py Sun Mar 01 22:11:25 2020 +0100 @@ -461,4 +461,4 @@ activity = cast('android.app.Activity', mActivity) activity.startActivity(intent) else: - super().open_url(self, url, wid) + super().open_url(url, wid)