Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xabber-android
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
xabber-android
Commits
6ca6a5b3
Commit
6ca6a5b3
authored
Dec 29, 2014
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ContactList: action null pointer exception fixed.
parent
7fc567c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
35 deletions
+37
-35
ContactList.java
app/src/main/java/com/xabber/android/ui/ContactList.java
+37
-35
No files found.
app/src/main/java/com/xabber/android/ui/ContactList.java
View file @
6ca6a5b3
...
@@ -208,6 +208,7 @@ public class ContactList extends ManagedActivity implements OnChoosedListener, O
...
@@ -208,6 +208,7 @@ public class ContactList extends ManagedActivity implements OnChoosedListener, O
@Override
@Override
protected
void
onResume
()
{
protected
void
onResume
()
{
super
.
onResume
();
super
.
onResume
();
if
(
action
!=
null
)
{
switch
(
action
)
{
switch
(
action
)
{
case
ContactList
.
ACTION_ROOM_INVITE
:
case
ContactList
.
ACTION_ROOM_INVITE
:
case
Intent
.
ACTION_SEND
:
case
Intent
.
ACTION_SEND
:
...
@@ -247,6 +248,7 @@ public class ContactList extends ManagedActivity implements OnChoosedListener, O
...
@@ -247,6 +248,7 @@ public class ContactList extends ManagedActivity implements OnChoosedListener, O
}
}
break
;
break
;
}
}
}
}
}
if
(
Application
.
getInstance
().
doNotify
())
{
if
(
Application
.
getInstance
().
doNotify
())
{
if
(
SettingsManager
.
bootCount
()
>
2
if
(
SettingsManager
.
bootCount
()
>
2
...
...
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