-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add mobile_builds in config * Add patch to hide fdroid
- Loading branch information
1 parent
cf52067
commit 71b1220
Showing
6 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/node_modules/matrix-react-sdk/src/components/views/dialogs/AppDownloadDialog.tsx b/node_modules/matrix-react-sdk/src/components/views/dialogs/AppDownloadDialog.tsx | ||
index 586a10c..eed46b5 100644 | ||
--- a/node_modules/matrix-react-sdk/src/components/views/dialogs/AppDownloadDialog.tsx | ||
+++ b/node_modules/matrix-react-sdk/src/components/views/dialogs/AppDownloadDialog.tsx | ||
@@ -107,6 +107,8 @@ export const AppDownloadDialog: FC<Props> = ({ onFinished }) => { | ||
> | ||
<GooglePlayBadge /> | ||
</AccessibleButton> | ||
+ { /** :TCHAP: remove fdroid button. | ||
+ * Issue filed to element-web : https://github.com/vector-im/element-web/issues/26309 | ||
<AccessibleButton | ||
element="a" | ||
href={urlFDroid} | ||
@@ -116,6 +118,7 @@ export const AppDownloadDialog: FC<Props> = ({ onFinished }) => { | ||
> | ||
<FDroidBadge /> | ||
</AccessibleButton> | ||
+ */} | ||
</div> | ||
</div> | ||
</div> |