Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
apk
Commits
d728d9c4
Commit
d728d9c4
authored
Jun 22, 2014
by
DrKLO
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Previous commit fix
parent
9cbbe999
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
build.gradle
TMessagesProj/build.gradle
+1
-1
ChatActivity.java
...sagesProj/src/main/java/org/telegram/ui/ChatActivity.java
+1
-1
No files found.
TMessagesProj/build.gradle
View file @
d728d9c4
...
@@ -81,7 +81,7 @@ android {
...
@@ -81,7 +81,7 @@ android {
defaultConfig
{
defaultConfig
{
minSdkVersion
8
minSdkVersion
8
targetSdkVersion
19
targetSdkVersion
19
versionCode
26
6
versionCode
26
7
versionName
"1.5.7"
versionName
"1.5.7"
}
}
}
}
TMessagesProj/src/main/java/org/telegram/ui/ChatActivity.java
View file @
d728d9c4
...
@@ -1514,7 +1514,7 @@ public class ChatActivity extends BaseFragment implements SizeNotifierRelativeLa
...
@@ -1514,7 +1514,7 @@ public class ChatActivity extends BaseFragment implements SizeNotifierRelativeLa
if
(
currentChat
!=
null
)
{
if
(
currentChat
!=
null
)
{
actionBarLayer
.
setTitle
(
currentChat
.
title
);
actionBarLayer
.
setTitle
(
currentChat
.
title
);
}
else
if
(
currentUser
!=
null
)
{
}
else
if
(
currentUser
!=
null
)
{
if
(
currentUser
.
id
/
1000
!=
777
||
currentUser
.
id
/
1000
!=
333
&&
ContactsController
.
getInstance
().
contactsDict
.
get
(
currentUser
.
id
)
==
null
&&
(
ContactsController
.
getInstance
().
contactsDict
.
size
()
!=
0
||
!
ContactsController
.
getInstance
().
isLoadingContacts
()))
{
if
(
currentUser
.
id
/
1000
!=
777
&&
currentUser
.
id
/
1000
!=
333
&&
ContactsController
.
getInstance
().
contactsDict
.
get
(
currentUser
.
id
)
==
null
&&
(
ContactsController
.
getInstance
().
contactsDict
.
size
()
!=
0
||
!
ContactsController
.
getInstance
().
isLoadingContacts
()))
{
if
(
currentUser
.
phone
!=
null
&&
currentUser
.
phone
.
length
()
!=
0
)
{
if
(
currentUser
.
phone
!=
null
&&
currentUser
.
phone
.
length
()
!=
0
)
{
actionBarLayer
.
setTitle
(
PhoneFormat
.
getInstance
().
format
(
"+"
+
currentUser
.
phone
));
actionBarLayer
.
setTitle
(
PhoneFormat
.
getInstance
().
format
(
"+"
+
currentUser
.
phone
));
}
else
{
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment