Skip to content

Commit

Permalink
Update AboutFragment.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Keeperorowner authored Dec 26, 2024
1 parent edf2902 commit 17d190d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/main/java/cc/ioctl/tmoe/fragment/AboutFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ class AboutFragment : BaseHierarchyFragment() {
openUrl("https://github.com/cinit/TMoe")
}
}
category("About", R.string.About) {
textValue("DiscussionGroup", R.string.DiscussionGroup, valueConstant = "@TMoe0") {
openDiscussionGroup()
}
}
category("LicenseNotices", R.string.LicenseNotices) {
notices.forEach { this@category.add(noticeToUiItem(it)) }
}
Expand Down

0 comments on commit 17d190d

Please sign in to comment.