19 lines
494 B
Java
19 lines
494 B
Java
package com.scb.phone.view.custom.common;
|
|
|
|
import androidx.recyclerview.widget.GridLayoutManager;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class CustomGridLayoutManager extends GridLayoutManager {
|
|
public boolean C;
|
|
|
|
public CustomGridLayoutManager() {
|
|
super(3);
|
|
this.C = true;
|
|
}
|
|
|
|
@Override // androidx.recyclerview.widget.LinearLayoutManager, androidx.recyclerview.widget.RecyclerView.tOB
|
|
public final boolean c() {
|
|
return this.C && super.c();
|
|
}
|
|
}
|