Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-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
AloqaIM-Android
Commits
28546b7c
Commit
28546b7c
authored
Oct 06, 2017
by
Leonardo Aramaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make pmd happy
parent
79588c77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
MessagePopup.java
...at/rocket/android/layouthelper/chatroom/MessagePopup.java
+4
-4
No files found.
app/src/main/java/chat/rocket/android/layouthelper/chatroom/MessagePopup.java
View file @
28546b7c
...
...
@@ -191,7 +191,7 @@ public class MessagePopup {
}
private
static
class
Builder
{
final
Message
message
;
private
final
Message
message
;
Builder
(
Message
message
)
{
if
(
message
==
null
)
{
throw
new
IllegalArgumentException
(
"Message must not be null"
);
...
...
@@ -206,9 +206,9 @@ public class MessagePopup {
}
public
static
class
Action
{
CharSequence
actionName
;
ActionListener
actionListener
;
boolean
allowed
;
private
CharSequence
actionName
;
private
ActionListener
actionListener
;
private
boolean
allowed
;
public
Action
(
CharSequence
actionName
,
ActionListener
actionListener
,
boolean
allowed
)
{
this
.
actionName
=
actionName
;
...
...
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