You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pendingIntent = PendingIntent.getBroadcast(applicationContext, 0, i, PendingIntent.FLAG_MUTABLE);
i noticed,what instead of getService method you call getBroadcast method. Yes,it works,but i think,it should be replaced on properly method of PendingIntent i mean instead of getBroadcast use getService. Also it not understand,why you create and cancel pintent,which you never created. In my opinion this extra code should be deleted. Thanks.
The text was updated successfully, but these errors were encountered:
Hello. In telegram foss sources at
Telegram-FOSS/TMessagesProj/src/main/java/org/telegram/messenger/ApplicationLoader.java
Line 320 in b67a0f2
The text was updated successfully, but these errors were encountered: