Skip to content

Commit bbd3b80

Browse files
committed
Removed gift button from input message field.
1 parent 2caea44 commit bbd3b80

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
@@ -9761,6 +9761,7 @@ public void updateGiftButton(boolean animated) {
97619761
final TLRPC.UserFull myUserInfo = MessagesController.getInstance(currentAccount).getUserFull(UserConfig.getInstance(currentAccount).getClientUserId());
97629762
final TLRPC.User user = getParentFragment() == null ? null : getParentFragment().getCurrentUser();
97639763
final boolean visible =
9764+
false &&
97649765
!MessagesController.getInstance(currentAccount).premiumPurchaseBlocked() &&
97659766
getParentFragment() != null && user != null &&
97669767
!BuildVars.IS_BILLING_UNAVAILABLE &&

0 commit comments

Comments
 (0)