do not call setuplaunchers at refreshing icons

This commit is contained in:
tibbi 2016-08-22 20:06:29 +02:00
parent 48e908dc45
commit eec6901181

View File

@ -133,7 +133,6 @@ class MainActivity : SimpleActivity(), AddAppDialog.AddLaunchersInterface, Recyc
for (pos in 0..launchers_holder.childCount - 1) {
launchers_holder.getChildAt(pos).findViewById(R.id.launcher_check).visibility = View.INVISIBLE
}
setupLaunchers()
}
override fun onDestroy() {