41 lines
1.7 KiB
Diff
41 lines
1.7 KiB
Diff
Subject: [PATCH] mull changes
|
|
---
|
|
Index: android-components
|
|
IDEA additional info:
|
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|
<+>UTF-8
|
|
===================================================================
|
|
diff --git a/android-components b/android-components
|
|
--- a/android-components (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
|
|
+++ b/android-components (revision 17814c1db3be943336f191ead73b1c08f67e8b56)
|
|
@@ -1,1 +1,1 @@
|
|
-c16aea836d4ca3525cdb7d571d264d6c8d49c609
|
|
\ No newline at end of file
|
|
+5956319a9bbae9daedd519fcd60f435e8ccbbe37
|
|
\ No newline at end of file
|
|
Index: app/src/main/java/org/mozilla/fenix/home/HomeMenu.kt
|
|
IDEA additional info:
|
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|
<+>UTF-8
|
|
===================================================================
|
|
diff --git a/app/src/main/java/org/mozilla/fenix/home/HomeMenu.kt b/app/src/main/java/org/mozilla/fenix/home/HomeMenu.kt
|
|
--- a/app/src/main/java/org/mozilla/fenix/home/HomeMenu.kt (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
|
|
+++ b/app/src/main/java/org/mozilla/fenix/home/HomeMenu.kt (revision 17814c1db3be943336f191ead73b1c08f67e8b56)
|
|
@@ -116,7 +116,6 @@
|
|
|
|
@Suppress("ComplexMethod")
|
|
private fun coreMenuItems(): List<BrowserMenuItem> {
|
|
- val settings = context.components.settings
|
|
|
|
val bookmarksItem = BrowserMenuImageText(
|
|
context.getString(R.string.library_bookmarks),
|
|
@@ -228,7 +227,7 @@
|
|
helpItem,
|
|
customizeHomeItem,
|
|
settingsItem,
|
|
- if (settings.shouldDeleteBrowsingDataOnQuit) quitItem else null,
|
|
+ quitItem,
|
|
).also { items ->
|
|
items.getHighlight()?.let { onHighlightPresent(it) }
|
|
}
|