Skip to content

Commit 8b20df3

Browse files
committed
Removed gift button from input message field.
1 parent f7a8384 commit 8b20df3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

TMessagesProj/src/main/java/org/telegram/ui/Components/ChatActivityEnterView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9757,6 +9757,7 @@ public void updateGiftButton(boolean animated) {
97579757
final TLRPC.UserFull myUserInfo = MessagesController.getInstance(currentAccount).getUserFull(UserConfig.getInstance(currentAccount).getClientUserId());
97589758
final TLRPC.User user = getParentFragment() == null ? null : getParentFragment().getCurrentUser();
97599759
final boolean visible =
9760+
false &&
97609761
!MessagesController.getInstance(currentAccount).premiumPurchaseBlocked() &&
97619762
getParentFragment() != null && user != null &&
97629763
!BuildVars.IS_BILLING_UNAVAILABLE &&

0 commit comments

Comments
 (0)