| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
- (void)showSavedPasswordsSettingsAfterModalDismissFromViewController:This is a private method right, should it go to private pragma with a comment?
- (void)showSettingsFromViewController:(UIViewController*)baseViewController {Those are not Settings commands right?
Could you make it more clear in the pragmas what is part and not part of the protocol?
Also, maybe having the same order here and in the commands protocol.
// This is handled in SceneController.Why adding it here?
hasDefaultBrowserBlueDot:(BOOL)hasDefaultBrowserBlueDot {Why not forwarding the method call to the SceneCoordinator instead?
self.mainCoordinator.settingsNavigationController =Do you prefer to leave the settings nav controller as readwrite vs moving the 3 creation methods explicitly?
[self closePresentedViews];This is a scene command, you might want to use the dispatcher to call it from the coordinator instead of a delegate (for clarity).
if (self.currentInterface.incognito) {You removed that?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |