fix build
This commit is contained in:
parent
3ab78a19bc
commit
fa0ee82fe4
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ public class NotificationsFragment extends SFragment implements
|
|||
Either<Placeholder, Notification> first = CollectionsKt.firstOrNull(this.notifications);
|
||||
String topId;
|
||||
if (first != null && first.isRight()) {
|
||||
topId = first.getAsRight().getId();
|
||||
topId = first.asRight().getId();
|
||||
} else {
|
||||
topId = null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue