[cr140][Android] Fixed crash at BraveTabGroupModelFilter
Error text: java.lang.IllegalAccessError: Method BraveTabGroupModelFilter.shouldGroupWithParent is inaccessible to class 'TabGroupModelFilterImpl'
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user