[cr140][Android] Fixed crash at BraveTabGroupModelFilter

Error text: java.lang.IllegalAccessError: Method
BraveTabGroupModelFilter.shouldGroupWithParent
is inaccessible to class 'TabGroupModelFilterImpl'
This commit is contained in:
AlexeyBarabash
2025-08-19 19:54:17 +01:00
committed by Claudio DeSouza
parent 75d47f9af9
commit c0f036f00a
@@ -21,7 +21,7 @@ public class BraveTabGroupModelFilter {
/** Call from {@link TabGroupModelFilterImpl} will be redirected here via bytecode. */
@SuppressWarnings("UnusedMethod")
private boolean shouldGroupWithParent(Tab tab, @Nullable Tab parentTab) {
protected boolean shouldGroupWithParent(Tab tab, @Nullable Tab parentTab) {
if (linkClicked(tab.getLaunchType())
&& ChromeSharedPreferences.getInstance()
.readBoolean(