Update issue of an app widget using collection

前端 未结 3 1535
伪装坚强ぢ
伪装坚强ぢ 2021-02-20 11:55

I have created an app widget using collection for my app, The widget shows date and list of items on that particular date. Everything works fine and the widget is updating as re

3条回答
  •  离开以前
    2021-02-20 12:05

    You can try if changing PendingIntent.FLAG_UPDATE_CURRENT to PendingIntent.FLAG_CANCEL_CURRENTin your nextButtonPendingIntent and prevButtonPendingIntent pending intents will help.

提交回复
热议问题