Skip to content

Commit 74377ab

Browse files
committed
Fix markdown link bug
1 parent 4d595d3 commit 74377ab

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

openandroidinstaller/views/addon_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def build(self):
8080
F-Droid is an installable catalogue of libre software apps for Android. The F-Droid client app makes it easy to browse, install, and keep track of updates on your device.
8181
You can get the zip file to install this addon here: [https://f-droid.org/en/packages/org.fdroid.fdroid.privileged.ota](https://f-droid.org/en/packages/org.fdroid.fdroid.privileged.ota).
8282
""",
83-
on_tap_link=lambda e: self.page.launch_url(e.data),
8483
),
8584
actions=[
8685
TextButton("Close", on_click=self.close_close_explain_addons_dlg),

openandroidinstaller/views/success_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def close_window(e):
5959
6060
[How to contribute]({contribute_link})
6161
""",
62-
on_tap_link=lambda e: self.page.launch_url(e.data),
6362
),
6463
Row(
6564
[

0 commit comments

Comments
 (0)