Skip to content

Commit

Permalink
Fix markdown link bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed May 12, 2023
1 parent 4d595d3 commit 74377ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion openandroidinstaller/views/addon_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def build(self):
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.
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).
""",
on_tap_link=lambda e: self.page.launch_url(e.data),
),
actions=[
TextButton("Close", on_click=self.close_close_explain_addons_dlg),
Expand Down
1 change: 0 additions & 1 deletion openandroidinstaller/views/success_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def close_window(e):
[How to contribute]({contribute_link})
""",
on_tap_link=lambda e: self.page.launch_url(e.data),
),
Row(
[
Expand Down

0 comments on commit 74377ab

Please sign in to comment.