Remove unneeded call
Cette révision appartient à :
Parent
11ac4df5d7
révision
09a8a494a0
1 fichiers modifiés avec 2 ajouts et 5 suppressions
|
@ -260,11 +260,8 @@ class MangaInfoFragment : BaseRxFragment<MangaInfoPresenter>() {
|
|||
context.sendBroadcast(addIntent)
|
||||
//Go to launcher to show this shiny new shortcut!
|
||||
val startMain = Intent(Intent.ACTION_MAIN)
|
||||
startMain.addCategory(Intent.CATEGORY_HOME)
|
||||
.flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
||||
activity.runOnUiThread {
|
||||
startActivity(startMain)
|
||||
}
|
||||
startMain.addCategory(Intent.CATEGORY_HOME).flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
||||
startActivity(startMain)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Référencer dans un nouveau ticket