diff --git a/app/src/main/java/com/topjohnwu/magisk/adapters/PolicyAdapter.java b/app/src/main/java/com/topjohnwu/magisk/adapters/PolicyAdapter.java index 4a59f7769..72fdcba1a 100644 --- a/app/src/main/java/com/topjohnwu/magisk/adapters/PolicyAdapter.java +++ b/app/src/main/java/com/topjohnwu/magisk/adapters/PolicyAdapter.java @@ -19,7 +19,8 @@ import com.topjohnwu.magisk.container.Policy; import com.topjohnwu.magisk.database.MagiskDB; import com.topjohnwu.magisk.dialogs.CustomAlertDialog; import com.topjohnwu.magisk.dialogs.FingerprintAuthDialog; -import com.topjohnwu.magisk.uicomponents.ArrowExpandedViewHolder; +import com.topjohnwu.magisk.uicomponents.ArrowExpandable; +import com.topjohnwu.magisk.uicomponents.Expandable; import com.topjohnwu.magisk.uicomponents.ExpandableViewHolder; import com.topjohnwu.magisk.uicomponents.SnackbarMaker; import com.topjohnwu.magisk.utils.FingerprintHelper; @@ -160,12 +161,12 @@ public class PolicyAdapter extends RecyclerView.Adapter