mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-06 18:55:25 +08:00
Merge code
This commit is contained in:
@@ -249,7 +249,6 @@ class SystemUIHooker : YukiBaseHooker() {
|
|||||||
* @return [Drawable] 适配的图标
|
* @return [Drawable] 适配的图标
|
||||||
*/
|
*/
|
||||||
private fun StatusBarNotification.compatNotifyIcon(context: Context, iconDrawable: Drawable) = safeOf(iconDrawable) {
|
private fun StatusBarNotification.compatNotifyIcon(context: Context, iconDrawable: Drawable) = safeOf(iconDrawable) {
|
||||||
/** 给 MIPUSH 设置 APP 自己的图标 */
|
|
||||||
/** 给 MIPUSH 设置 APP 自己的图标 */
|
/** 给 MIPUSH 设置 APP 自己的图标 */
|
||||||
if (isXmsf && opPkgName.isNotBlank())
|
if (isXmsf && opPkgName.isNotBlank())
|
||||||
findAppIcon(context)
|
findAppIcon(context)
|
||||||
|
Reference in New Issue
Block a user