add/remove lines as instructed

pull/745/head
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 7 months ago committed by akliuxingyuan
parent b9f54211ce
commit e46cb7fd61

@ -51,6 +51,7 @@
android:theme="@style/NormalTheme"
android:usesCleartextTraffic="true"
tools:ignore="UnusedAttribute">
<profileable
android:shell="true"
tools:targetApi="29" />

@ -35,7 +35,6 @@ enum class IntentProcessorType {
* Classifies the [IntentProcessorType] based on the [IntentProcessor] that handled the [Intent].
*/
fun IntentProcessors.getType(processor: IntentProcessor?) = when {
externalAppIntentProcessors.contains(processor) ||
customTabIntentProcessor == processor ||
privateCustomTabIntentProcessor == processor -> IntentProcessorType.EXTERNAL_APP

Loading…
Cancel
Save