Skip to content

Commit 3f7a878

Browse files
committed
Fix markdown bug
1 parent 54e5373 commit 3f7a878

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

openandroidinstaller/tooling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def adb_twrp_format_data(bin_path: Path) -> TerminalResponse:
186186
if (type(line) == str) and ("Unrecognized script command" in line):
187187
unknown_command = True
188188
yield line
189-
189+
190190
# if it fails because the command is unknown, retry with wipe data.
191191
if unknown_command:
192192
logger.info(

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)