FYI: just got fooled by `Intent` extensions. Tried...
# anko
d
FYI: just got fooled by
Intent
extensions. Tried to setup few flags with
intent.clearTask()
and
intent.newTask()
. I thought that both flags will be set but each call clear previous flags.