Skip to content

Commit 70c3890

Browse files
committed
Update privacy policy button URL anchor for tweak
1 parent 6e2c7ae commit 70c3890

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
## [Unreleased]
55

6+
- Tweaked privacy policy punctuation (English) and wording (Chinese)
7+
- Updated privacy policy button URL anchor for said tweak
8+
69

710
## [v1.4.1] (67) 不鏽鋼 (2024-12-29)
811

app/src/main/java/io/github/yawnoc/strokeinput/MainActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class MainActivity
5050
private static final String ASSETS_DIRECTORY = "file:///android_asset/";
5151
private static final String SOURCE_CODE_URI = "https://github.com/stroke-input/stroke-input-android";
5252
private static final String PRIVACY_POLICY_URI =
53-
"https://github.com/stroke-input/stroke-input-android/blob/master/PRIVACY.md#privacy-policy";
53+
"https://github.com/stroke-input/stroke-input-android/blob/master/PRIVACY.md#privacy-policy-english-version";
5454

5555
AlertDialog.Builder candidateOrderDialogBuilder;
5656
Dialog candidateOrderDialog;

0 commit comments

Comments
 (0)