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

Commit ef616ea

Browse files
Remove dangling reference
1 parent e5ff088 commit ef616ea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,6 @@ public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {
190190
"https://t.me/androidacy_discussions",
191191
"https://patreon.com/androidacy",
192192
"https://www.androidacy.com/module-repository-applications/");
193-
setRepoData(RepoManager.DG_MAGISK_REPO,
194-
"Googlers Magisk Repo",
195-
RepoManager.DG_MAGISK_REPO_HOMEPAGE,
196-
null,
197-
null,
198-
null);
199193
}
200194

201195
private void setRepoData(String url,

0 commit comments

Comments
 (0)