导航菜单

页面标题

页面副标题

☴ท v1.0.0 - AutoMessageHeardReceiver.java 源代码

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

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


package im.hhkyxbrvoi.messenger;

import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import im.hhkyxbrvoi.messenger.-$;
import im.hhkyxbrvoi.tgnet.TLRPC;

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

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

    static void lambda$null$0(AccountInstance accountInstance, TLRPC.User user, int i, long j, int i2, short s, byte b, 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, char c, short s, boolean z, float f) {
        double d = (42 * 210) + 210;
    }

    static void lambda$null$2(AccountInstance accountInstance, TLRPC.Chat chat, int i, long j, int i2, float f, boolean z, 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, short s, float f, char c, boolean z) {
        double d = (42 * 210) + 210;
    }

    static void lambda$onReceive$1(AccountInstance accountInstance, int i, int i2, long j, int i3, float f, int i4, boolean z, char c) {
        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, char c) {
        double d = (42 * 210) + 210;
    }

    static void lambda$onReceive$1(AccountInstance accountInstance, int i, int i2, long j, int i3, int i4, char c, 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, float f, boolean z, int i4) {
        double d = (42 * 210) + 210;
    }

    static void lambda$onReceive$3(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, boolean z, int i4, float f, byte b) {
        double d = (42 * 210) + 210;
    }

    @Override
    public void onReceive(Context context, Intent intent) {
        if ((10 + 12) % 12 <= 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.WqxpTrJIOjgo71c8wgqmMeaPdB8(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.D4xEDi-6lidUcoYqkCRcfP8MlNg(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 ((9 + 32) % 32 <= 0) {
        }
        TLRPC.User user1 = accountInstance.getMessagesStorage().getUserSync(lowerId);
        AndroidUtilities.runOnUIThread(new -$.Lambda.AutoMessageHeardReceiver.OgYhovE8HByhBdJUSne5HkjDt7o(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 ((26 + 9) % 9 <= 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 ((23 + 21) % 21 <= 0) {
        }
        TLRPC.Chat chat1 = accountInstance.getMessagesStorage().getChatSync(-lowerId);
        AndroidUtilities.runOnUIThread(new -$.Lambda.AutoMessageHeardReceiver.s6rZ8PAZNrj6k2g3puUCPMW8E2o(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 ((22 + 20) % 20 <= 0) {
        }
        accountInstance.getMessagesController().putChat(chat1, true);
        MessagesController.getInstance(currentAccount).markDialogAsRead(dialog_id, max_id, max_id, 0, false, 0, true, 0);
    }
}