mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2025-01-26 06:30:23 +01:00
remove useless code
This commit is contained in:
parent
e0f548e3e0
commit
4e07c7f573
@ -2535,7 +2535,7 @@ public boolean retriedToSend;
|
||||
AlertsCreator.showOpenUrlAlert(parentFragment, button.url, false, true);
|
||||
}
|
||||
} else if (button instanceof TLRPC.TL_keyboardButtonBuy) {
|
||||
AndroidUtilities.runOnUIThread(() -> Toast.makeText(ApplicationLoader.applicationContext, R.string.nekoXPaymentRemovedToast, Toast.LENGTH_SHORT).show());
|
||||
Toast.makeText(ApplicationLoader.applicationContext, R.string.nekoXPaymentRemovedToast, Toast.LENGTH_SHORT).show();
|
||||
// NekoX: The payment function has been removed.
|
||||
} else {
|
||||
TLRPC.TL_messages_botCallbackAnswer res = (TLRPC.TL_messages_botCallbackAnswer) response;
|
||||
|
Loading…
x
Reference in New Issue
Block a user