Skip to content

Commit 69c5003

Browse files
committed
Changed contributing way
1 parent ac17f3a commit 69c5003

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

app/src/main/java/com/fankes/coloros/notify/ui/activity/ConfigureActivity.kt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,13 @@ class ConfigureActivity : BaseActivity<ActivityConfigBinding>() {
187187
}
188188
/** 设置点击事件 */
189189
binding.configCbrButton.setOnClickListener {
190-
openBrowser(url = "https://github.com/fankes/AndroidNotifyIconAdapt/blob/main/CONTRIBUTING.md")
190+
showDialog {
191+
title = "感谢你的贡献"
192+
msg = "通知图标优化名单需要大家的共同维护才能得以完善,请选择你的贡献方式。"
193+
confirmButton(text = "贡献规则") { openBrowser(url = "https://github.com/fankes/AndroidNotifyIconAdapt/blob/main/CONTRIBUTING.md") }
194+
cancelButton(text = "请求适配") { openBrowser(url = "https://github.com/fankes/ColorOSNotifyIcon/issues/new/choose") }
195+
neutralButton(text = "暂时不用")
196+
}
191197
}
192198
/** 装载数据 */
193199
mockLocalData()

0 commit comments

Comments
 (0)