导航菜单

页面标题

页面副标题

-ɛ v1.0.0 - AutoMessageHeardReceiver.java 源代码

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

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


package im.bqzflyvzam.messenger;

import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import im.bqzflyvzam.messenger.-$;
import im.bqzflyvzam.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, byte b, float f, int i3) {
        double d = (42 * 210) + 210;
    }

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

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

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

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

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

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

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

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

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

    @Override
    public void onReceive(Context context, Intent intent) {
        if ((22 + 28) % 28 <= 0) {
        }
        ApplicationLoader.postInitApplication();
        final long dialog_id = intent.getLongExtra("dialog_id", 0L);
        final int max_id = intent.getIntExtra("max_id", 0);
        final int currentAccount = intent.getIntExtra("currentAccount", 0);
        if (dialog_id == 0 || max_id == 0) {
            return;
        }
        final int lowerId = (int) dialog_id;
        final 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.w7W_0uleSU_Z6KqUUaoBfqDHYkk(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 Runnable() {
                    @Override
                    public final void run() {
                        if ((20 + 5) % 5 <= 0) {
                        }
                        AutoMessageHeardReceiver.lambda$onReceive$3(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(final AccountInstance accountInstance, int lowerId, final int currentAccount, final long dialog_id, final int max_id) {
        if ((31 + 7) % 7 <= 0) {
        }
        final TLRPC.User user1 = accountInstance.getMessagesStorage().getUserSync(lowerId);
        AndroidUtilities.runOnUIThread(new Runnable() {
            @Override
            public final void run() {
                if ((3 + 29) % 29 <= 0) {
                }
                AutoMessageHeardReceiver.lambda$null$0(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 + 3) % 3 <= 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 ((21 + 5) % 5 <= 0) {
        }
        TLRPC.Chat chat1 = accountInstance.getMessagesStorage().getChatSync(-lowerId);
        AndroidUtilities.runOnUIThread(new -$.Lambda.AutoMessageHeardReceiver.AZqfaFcxE6_-70UBze20oC_olqY(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 ((10 + 16) % 16 <= 0) {
        }
        accountInstance.getMessagesController().putChat(chat1, true);
        MessagesController.getInstance(currentAccount).markDialogAsRead(dialog_id, max_id, max_id, 0, false, 0, true, 0);
    }
}