Adding todo around bookmark long press bug
This commit is contained in:
parent
fdc27cced2
commit
5bbcec8208
@ -91,6 +91,7 @@ public class LightningDialogBuilder {
|
||||
.subscribe(new SingleOnSubscribe<HistoryItem>() {
|
||||
@Override
|
||||
public void onItem(@Nullable HistoryItem historyItem) {
|
||||
// TODO: 6/14/17 figure out solution to case where slashes get appended to root urls causing the item to be null
|
||||
if (historyItem != null) {
|
||||
showLongPressedDialogForBookmarkUrl(activity, uiController, historyItem);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user