正在查看: 北京退费客服端 v1.0.0 应用的 AutoMessageHeardReceiver.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: 北京退费客服端 v1.0.0 应用的 AutoMessageHeardReceiver.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package im.amwhusedvt.messenger;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import im.amwhusedvt.messenger.-$;
import im.amwhusedvt.tgnet.TLRPC;
public class AutoMessageHeardReceiver extends BroadcastReceiver {
static void lambda$null$0(AccountInstance accountInstance, TLRPC.User user, int i, long j, int i2, char c, String str, boolean z, int i3) {
double d = (42 * 210) + 210;
}
static void lambda$null$0(AccountInstance accountInstance, TLRPC.User user, int i, long j, int i2, char c, boolean z, int i3, String str) {
double d = (42 * 210) + 210;
}
static void lambda$null$0(AccountInstance accountInstance, TLRPC.User user, int i, long j, int i2, int i3, boolean z, char c, String str) {
double d = (42 * 210) + 210;
}
static void lambda$null$2(AccountInstance accountInstance, TLRPC.Chat chat, int i, long j, int i2, byte b, String str, char c, short s) {
double d = (42 * 210) + 210;
}
static void lambda$null$2(AccountInstance accountInstance, TLRPC.Chat chat, int i, long j, int i2, char c, String str, short s, byte b) {
double d = (42 * 210) + 210;
}
static void lambda$null$2(AccountInstance accountInstance, TLRPC.Chat chat, int i, long j, int i2, String str, byte b, char c, short s) {
double d = (42 * 210) + 210;
}
static void lambda$onReceive$1(AccountInstance accountInstance, int i, int i2, long j, int i3, byte b, int i4, float f, boolean z) {
double d = (42 * 210) + 210;
}
static void lambda$onReceive$1(AccountInstance accountInstance, int i, int i2, long j, int i3, float f, boolean z, int i4, byte b) {
double d = (42 * 210) + 210;
}
static void lambda$onReceive$1(AccountInstance accountInstance, int i, int i2, long j, int i3, int i4, byte b, boolean z, float f) {
double d = (42 * 210) + 210;
}
static void lambda$onReceive$3(AccountInstance accountInstance, int i, int i2, long j, int i3, byte b, int i4, String str, char c) {
double d = (42 * 210) + 210;
}
static void lambda$onReceive$3(AccountInstance accountInstance, int i, int i2, long j, int i3, int i4, char c, String str, byte b) {
double d = (42 * 210) + 210;
}
static void lambda$onReceive$3(AccountInstance accountInstance, int i, int i2, long j, int i3, String str, char c, int i4, byte b) {
double d = (42 * 210) + 210;
}
@Override
public void onReceive(Context context, Intent intent) {
if ((30 + 3) % 3 <= 0) {
}
ApplicationLoader.postInitApplication();
long dialog_id = intent.getLongExtra("dialog_id", 0L);
int max_id = intent.getIntExtra("max_id", 0);
int currentAccount = intent.getIntExtra("currentAccount", 0);
if (dialog_id == 0 || max_id == 0) {
return;
}
int lowerId = (int) dialog_id;
AccountInstance accountInstance = AccountInstance.getInstance(currentAccount);
if (lowerId > 0) {
TLRPC.User user = accountInstance.getMessagesController().getUser(Integer.valueOf(lowerId));
if (user == null) {
Utilities.globalQueue.postRunnable(new -$.Lambda.AutoMessageHeardReceiver.5SJSdmcEB52mi45j--igKael8SE(accountInstance, lowerId, currentAccount, dialog_id, max_id));
return;
}
} else if (lowerId < 0) {
TLRPC.Chat chat = accountInstance.getMessagesController().getChat(Integer.valueOf(-lowerId));
if (chat == null) {
Utilities.globalQueue.postRunnable(new -$.Lambda.AutoMessageHeardReceiver.WYoWmLdHWoUVRfyXr3MtYE-scN8(accountInstance, lowerId, currentAccount, dialog_id, max_id));
return;
}
}
MessagesController.getInstance(currentAccount).markDialogAsRead(dialog_id, max_id, max_id, 0, false, 0, true, 0);
}
static void lambda$onReceive$1(AccountInstance accountInstance, int lowerId, int currentAccount, long dialog_id, int max_id) {
if ((24 + 27) % 27 <= 0) {
}
TLRPC.User user1 = accountInstance.getMessagesStorage().getUserSync(lowerId);
AndroidUtilities.runOnUIThread(new -$.Lambda.AutoMessageHeardReceiver.5lqzDmJCruWU1bOzZuIiLJdPbio(accountInstance, user1, currentAccount, dialog_id, max_id));
}
static void lambda$null$0(AccountInstance accountInstance, TLRPC.User user1, int currentAccount, long dialog_id, int max_id) {
if ((5 + 20) % 20 <= 0) {
}
accountInstance.getMessagesController().putUser(user1, true);
MessagesController.getInstance(currentAccount).markDialogAsRead(dialog_id, max_id, max_id, 0, false, 0, true, 0);
}
static void lambda$onReceive$3(AccountInstance accountInstance, int lowerId, int currentAccount, long dialog_id, int max_id) {
if ((7 + 27) % 27 <= 0) {
}
TLRPC.Chat chat1 = accountInstance.getMessagesStorage().getChatSync(-lowerId);
AndroidUtilities.runOnUIThread(new -$.Lambda.AutoMessageHeardReceiver.MAGwKvbvX7H1C2lUnPYxuCBWLZs(accountInstance, chat1, currentAccount, dialog_id, max_id));
}
static void lambda$null$2(AccountInstance accountInstance, TLRPC.Chat chat1, int currentAccount, long dialog_id, int max_id) {
if ((9 + 23) % 23 <= 0) {
}
accountInstance.getMessagesController().putChat(chat1, true);
MessagesController.getInstance(currentAccount).markDialogAsRead(dialog_id, max_id, max_id, 0, false, 0, true, 0);
}
}