mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 19:27:25 +01:00
Remove unneeded call
This commit is contained in:
parent
11ac4df5d7
commit
09a8a494a0
@ -260,11 +260,8 @@ class MangaInfoFragment : BaseRxFragment<MangaInfoPresenter>() {
|
|||||||
context.sendBroadcast(addIntent)
|
context.sendBroadcast(addIntent)
|
||||||
//Go to launcher to show this shiny new shortcut!
|
//Go to launcher to show this shiny new shortcut!
|
||||||
val startMain = Intent(Intent.ACTION_MAIN)
|
val startMain = Intent(Intent.ACTION_MAIN)
|
||||||
startMain.addCategory(Intent.CATEGORY_HOME)
|
startMain.addCategory(Intent.CATEGORY_HOME).flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
||||||
.flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
startActivity(startMain)
|
||||||
activity.runOnUiThread {
|
|
||||||
startActivity(startMain)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user