fix: channel notice

This commit is contained in:
Next Alone 2022-07-14 18:36:29 +08:00
parent 71fd99e3e1
commit f7380a2ebe
No known key found for this signature in database
GPG Key ID: DBA7B0AEF8C1CD2C

View File

@ -10,7 +10,7 @@ import org.telegram.ui.ActionBar.AlertDialog
object UpdateUtil {
const val channelUsername = "NekogramX"
const val channelUsername = "nagram_channel"
@JvmStatic
fun postCheckFollowChannel(ctx: Context, currentAccount: Int) = UIUtil.runOnIoDispatcher {
@ -77,4 +77,4 @@ object UpdateUtil {
}
}
}