Files
brave-core/android/java
AlexeyBarabash 2b0ccf3e13 [cr136][Android] New reloadButtonCoordinator arg TopToolbarCoordinator.ctor
reloadButtonCoordinator - component that encapsulates interactions with a reload button. It only presents on tablet

Related Chromium change:
https://source.chromium.org/chromium/chromium/src/+/59fc77b83719670de5f45e057834add82fdbdb9d

	[Reload Button] Extract animations into MVC

	This CL extracts fade animation logic from location bar
	and moves it into the ReloadButtonCoordinator. This way
	model accurately represents the state of the view.

	Passing ReloadButtonCoordinator to ToolbarTablet is required
	because TopToolbarCoordinator doesn't have coordinators for
	other buttons yet, hence controlling animations in it is not
	possible.

	Bug: 402347979
	Change-Id: Ic80ec34ef27e6e426c274f5d9615c74aff7d4523
	Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6357763
2025-04-16 09:30:26 +01:00
..