Commit f5faf803 authored by Mygod's avatar Mygod Committed by Max Lv

Fix animations

parent 76158975
...@@ -283,7 +283,7 @@ class AppManager : AppCompatActivity() { ...@@ -283,7 +283,7 @@ class AppManager : AppCompatActivity() {
DataStore.dirty = true DataStore.dirty = true
Snackbar.make(list, R.string.action_import_msg, Snackbar.LENGTH_LONG).show() Snackbar.make(list, R.string.action_import_msg, Snackbar.LENGTH_LONG).show()
initProxiedUids(apps) initProxiedUids(apps)
appsAdapter.notifyDataSetChanged() appsAdapter.notifyItemRangeChanged(0, appsAdapter.itemCount, "switch")
return true return true
} catch (_: IllegalArgumentException) { } } catch (_: IllegalArgumentException) { }
} }
......
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