Hide ability to create merged manga
This commit is contained in:
parent
0f12ae0cf7
commit
9abdfeac77
@ -201,7 +201,7 @@ class MangaInfoController : NucleusController<MangaInfoPresenter>(),
|
|||||||
override fun onOptionsItemSelected(item: MenuItem): Boolean {
|
override fun onOptionsItemSelected(item: MenuItem): Boolean {
|
||||||
when (item.itemId) {
|
when (item.itemId) {
|
||||||
// EXH -->
|
// EXH -->
|
||||||
R.id.action_smart_search -> openSmartSearch()
|
// R.id.action_smart_search -> openSmartSearch()
|
||||||
// EXH <--
|
// EXH <--
|
||||||
R.id.action_open_in_browser -> openInBrowser()
|
R.id.action_open_in_browser -> openInBrowser()
|
||||||
R.id.action_open_in_web_view -> openInWebView()
|
R.id.action_open_in_web_view -> openInWebView()
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
android:title="@string/action_share"
|
android:title="@string/action_share"
|
||||||
app:showAsAction="ifRoom" />
|
app:showAsAction="ifRoom" />
|
||||||
|
|
||||||
<item android:id="@+id/action_smart_search"
|
<!--<item android:id="@+id/action_smart_search"
|
||||||
android:icon="@drawable/eh_ic_find_replace_white_24dp"
|
android:icon="@drawable/eh_ic_find_replace_white_24dp"
|
||||||
android:title="Find in another source"
|
android:title="Find in another source"
|
||||||
app:showAsAction="ifRoom" />
|
app:showAsAction="ifRoom" />-->
|
||||||
|
|
||||||
<item android:id="@+id/action_open_in_browser"
|
<item android:id="@+id/action_open_in_browser"
|
||||||
android:title="@string/action_open_in_browser"
|
android:title="@string/action_open_in_browser"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user