removing a comment

This commit is contained in:
tibbi 2017-11-12 15:16:46 +01:00
parent c0a50d94f1
commit c3f1dad0aa

View File

@ -2,5 +2,4 @@ package com.simplemobiletools.applauncher.extensions
import com.simplemobiletools.applauncher.helpers.predefinedPackageNames
// treat apps like "com.simplemobiletools.notes.debug" as any third party app
fun String.isAPredefinedApp() = predefinedPackageNames.contains(this)