Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 6747c11

Browse files
Missed one
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent a5cd1da commit 6747c11

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/src/main/java/com/fox2code/mmm/settings/SettingsActivity.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,11 +1018,7 @@ private void setRepoData(final RepoData repoData, String preferenceName) {
10181018
if (submissionUrl != null && !submissionUrl.isEmpty()) {
10191019
preference.setVisible(true);
10201020
preference.setOnPreferenceClickListener(p -> {
1021-
if (submissionUrl.startsWith("https://www.androidacy.com/")) {
1022-
IntentHelper.openUrlAndroidacy(getFoxActivity(this), submissionUrl, true);
1023-
} else {
1024-
IntentHelper.openUrl(getFoxActivity(this), submissionUrl);
1025-
}
1021+
IntentHelper.openUrl(getFoxActivity(this), submissionUrl);
10261022
return true;
10271023
});
10281024
((LongClickablePreference) preference).setOnPreferenceLongClickListener(p -> {

0 commit comments

Comments
 (0)