fix build
This commit is contained in:
parent
3ab78a19bc
commit
fa0ee82fe4
|
@ -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…
Reference in New Issue