Skip to content

Commit c189770

Browse files
committed
Fixed build.
1 parent a6aed1a commit c189770

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

TMessagesProj/src/main/java/org/telegram/ui/ChatActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
import android.widget.LinearLayout;
108108
import android.widget.Space;
109109
import android.widget.TextView;
110+
import android.widget.Toast;
110111

111112
import androidx.annotation.DrawableRes;
112113
import androidx.annotation.NonNull;

TMessagesProj/src/main/java/org/telegram/ui/ProfileActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6520,7 +6520,7 @@ protected void onSend(LongSparseArray<TLRPC.Dialog> dids, int count, TLRPC.TL_fo
65206520
getConnectionsManager().bindRequestToGuid(reqId, getClassGuid());
65216521
}
65226522
} else {
6523-
if (editRow(view, position)) return true;
6523+
// if (editRow(view, position)) return true;
65246524

65256525
if (usernameObj != null && !usernameObj.editable) {
65266526
TL_fragment.TL_getCollectibleInfo req = new TL_fragment.TL_getCollectibleInfo();

0 commit comments

Comments
 (0)