Commit 53aebcfb authored by Wang Han's avatar Wang Han Committed by topjohnwu

Fix MagiskHide Fragment Crash when freshing

parent bb2467d2
......@@ -53,7 +53,7 @@ public class MagiskHideFragment extends Fragment {
new LoadApps().exec();
});
recyclerView.setAdapter(appAdapter);
recyclerView.swapAdapter(appAdapter, true);
searchListener = new SearchView.OnQueryTextListener() {
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment