We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5080042 commit 55bae54Copy full SHA for 55bae54
1 file changed
app/src/main/assets/module/ZADD/patch_rom/index.sh
@@ -146,10 +146,7 @@ if checkonline; then
146
if [[ ${number_ver:-0} -gt $number_ver2 ]];then
147
if [ ! -f $MPAT/update ];then
148
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
+ showtoast "$addon_noti"
153
fi
154
else
155
[ -f $MPAT/update ] && rm -f $MPAT/update
0 commit comments