feat: 优化代码

pull/103/head
kunfei 5 years ago
parent 42363e2d93
commit 55da14fcd8
  1. 1
      app/src/main/java/io/legado/app/ui/about/AboutFragment.kt

@ -52,6 +52,7 @@ class AboutFragment : PreferenceFragmentCompat() {
"license" -> openIntent(Intent.ACTION_VIEW, licenseUrl)
"disclaimer" -> openIntent(Intent.ACTION_VIEW, disclaimerUrl)
"qq" -> showQqGroups()
"gzGzh" -> sendToClip("开源阅读软件")
}
return super.onPreferenceTreeClick(preference)
}

Loading…
Cancel
Save