Skip to content

Commit 55bae54

Browse files
committed
Update
1 parent 5080042 commit 55bae54

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • app/src/main/assets/module/ZADD/patch_rom

app/src/main/assets/module/ZADD/patch_rom/index.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,7 @@ if checkonline; then
146146
if [[ ${number_ver:-0} -gt $number_ver2 ]];then
147147
if [ ! -f $MPAT/update ];then
148148
echo 1 >$MPAT/update
149-
id_random="$RANDOM"
150-
notiservice --am --id 106632 --title "$(gprop name "$MPAT/addon.prop")" --message "$addon_noti"
151-
sleep 10
152-
notiservice --am --id 106632 -d true
149+
showtoast "$addon_noti"
153150
fi
154151
else
155152
[ -f $MPAT/update ] && rm -f $MPAT/update

0 commit comments

Comments
 (0)