Delete outdated ‘TODO’ comments

This commit is contained in:
Patryk Michalik
2021-03-11 19:26:48 +01:00
parent 2e1b4f1b39
commit f4b60bcfba
2 changed files with 1 additions and 4 deletions
@@ -55,8 +55,7 @@ class IconPackSettingsActivity : AppCompatActivity() {
list.addAll(pm.queryIntentActivities(Intent("org.adw.launcher.icons.ACTION_PICK_ICON"), 0))
list.addAll(pm.queryIntentActivities(Intent("com.dlto.atom.launcher.THEME"), 0))
list.addAll(pm.queryIntentActivities(Intent("android.intent.action.MAIN").addCategory("com.anddoes.launcher.THEME"), 0))
// TODO: Ensure System Icons entry is first in list.
iconPacks["system"] = IconPackInfo(
"System Icons",
"",
@@ -2,8 +2,6 @@ package ch.deletescape.lawnchair.settings.fragments
import com.android.launcher3.R
// TODO: Migrate missing code from ch.deletescape.settings.ui.SettingsActivity.
class SettingsFragment : BasePreferenceFragment(R.xml.settings, true, false) {
override val title: String
get() = "Settings"