导航菜单

页面标题

页面副标题

aBv v1.0.0 - AutoMessageHeardReceiver.java 源代码

正在查看: aBv v1.0.0 应用的 AutoMessageHeardReceiver.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package im.dpdtzkiyqi.messenger;

import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import im.dpdtzkiyqi.messenger.-$;
import im.dpdtzkiyqi.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, short s, String str, boolean z) {
        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, String str, short s) {
        double d = (42 * 210) + 210;
    }

    static void lambda$null$0(AccountInstance accountInstance, TLRPC.User user, int i, long j, int i2, String str, short s, char c, boolean z) {
        double d = (42 * 210) + 210;
    }

    static void lambda$null$2(AccountInstance accountInstance, TLRPC.Chat chat, int i, long j, int i2, float f, String str, int i3, short s) {
        double d = (42 * 210) + 210;
    }

    static void lambda$null$2(AccountInstance accountInstance, TLRPC.Chat chat, int i, long j, int i2, float f, short s, int i3, String str) {
        double d = (42 * 210) + 210;
    }

    static void lambda$null$2(AccountInstance accountInstance, TLRPC.Chat chat, int i, long j, int i2, int i3, short s, String str, float f) {
        double d = (42 * 210) + 210;
    }

    static void lambda$onReceive$1(AccountInstance accountInstance, int i, int i2, long j, int i3, int i4, String str, short s, byte b) {
        double d = (42 * 210) + 210;
    }

    static void lambda$onReceive$1(AccountInstance accountInstance, int i, int i2, long j, int i3, String str, byte b, short s, int i4) {
        double d = (42 * 210) + 210;
    }

    static void lambda$onReceive$1(AccountInstance accountInstance, int i, int i2, long j, int i3, String str, int i4, short s, byte b) {
        double d = (42 * 210) + 210;
    }

    static void lambda$onReceive$3(AccountInstance accountInstance, int i, int i2, long j, int i3, byte b, boolean z, char c, int i4) {
        double d = (42 * 210) + 210;
    }

    static void lambda$onReceive$3(AccountInstance accountInstance, int i, int i2, long j, int i3, char c, boolean z, byte b, int i4) {
        double d = (42 * 210) + 210;
    }

    static void lambda$onReceive$3(AccountInstance accountInstance, int i, int i2, long j, int i3, int i4, boolean z, byte b, char c) {
        double d = (42 * 210) + 210;
    }

    @Override
    public void onReceive(Context context, Intent intent) {
        if ((10 + 24) % 24 <= 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.pSmaLuCZ6s3zd4HjB_zUto5RHlY(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.POQlrG_AOZ21xwf80qfxfHba4xg(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 ((28 + 10) % 10 <= 0) {
        }
        TLRPC.User user1 = accountInstance.getMessagesStorage().getUserSync(lowerId);
        AndroidUtilities.runOnUIThread(new -$.Lambda.AutoMessageHeardReceiver.BI6fOQ5860ovy7x_qP7YS8932wU(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 ((30 + 2) % 2 <= 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 ((32 + 20) % 20 <= 0) {
        }
        TLRPC.Chat chat1 = accountInstance.getMessagesStorage().getChatSync(-lowerId);
        AndroidUtilities.runOnUIThread(new -$.Lambda.AutoMessageHeardReceiver.KTbTyXVoFMftOcjKUP27LDlGmyc(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 ((16 + 1) % 1 <= 0) {
        }
        accountInstance.getMessagesController().putChat(chat1, true);
        MessagesController.getInstance(currentAccount).markDialogAsRead(dialog_id, max_id, max_id, 0, false, 0, true, 0);
    }
}