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);
|
Either<Placeholder, Notification> first = CollectionsKt.firstOrNull(this.notifications);
|
||||||
String topId;
|
String topId;
|
||||||
if (first != null && first.isRight()) {
|
if (first != null && first.isRight()) {
|
||||||
topId = first.getAsRight().getId();
|
topId = first.asRight().getId();
|
||||||
} else {
|
} else {
|
||||||
topId = null;
|
topId = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue