This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes issues with the library context menus
- Loading branch information
1 parent
7875e70
commit b84dffb
Showing
19 changed files
with
328 additions
and
402 deletions.
There are no files selected for viewing
9 changes: 5 additions & 4 deletions
9
...common/shared/org/mozilla/vrbrowser/ui/callbacks/LibraryItemContextMenuClickCallback.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
package org.mozilla.vrbrowser.ui.callbacks; | ||
|
||
import org.mozilla.vrbrowser.ui.views.LibraryItemContextMenu; | ||
import org.mozilla.vrbrowser.ui.widgets.menus.LibraryMenuWidget; | ||
|
||
public interface LibraryItemContextMenuClickCallback { | ||
void onOpenInNewWindowClick(LibraryItemContextMenu.LibraryContextMenuItem item); | ||
void onAddToBookmarks(LibraryItemContextMenu.LibraryContextMenuItem item); | ||
void onRemoveFromBookmarks(LibraryItemContextMenu.LibraryContextMenuItem item); | ||
void onOpenInNewWindowClick(LibraryMenuWidget.LibraryContextMenuItem item); | ||
void onOpenInNewTabClick(LibraryMenuWidget.LibraryContextMenuItem item); | ||
void onAddToBookmarks(LibraryMenuWidget.LibraryContextMenuItem item); | ||
void onRemoveFromBookmarks(LibraryMenuWidget.LibraryContextMenuItem item); | ||
} |
117 changes: 0 additions & 117 deletions
117
app/src/common/shared/org/mozilla/vrbrowser/ui/views/LibraryItemContextMenu.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.