Skip to content

Commit

Permalink
REFACTOR: acceptance notification bug btwn broker and customer fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
josejcb committed Jul 22, 2016
1 parent 371d7c7 commit 8cb8211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public NotificationPainter getNotificationPainter(FermatBundle fermatBundle) {
return new CommunityNotificationPainter("Crypto Broker Community", "A Broker wants to connect with you.",
"", R.drawable.cbc_ic_nav_connections);
case CBPBroadcasterConstants.CBC_ACTOR_CONNECTED:
new CommunityNotificationPainter("Crypto Broker Community", "A Broker accepted your connection request.",
return new CommunityNotificationPainter("Crypto Broker Community", "A Broker accepted your connection request.",
"", R.drawable.cbc_ic_nav_connections);
default:
return null;
Expand Down

0 comments on commit 8cb8211

Please sign in to comment.