Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fenix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
The Tor Project
Applications
fenix
Commits
1436c309
Commit
1436c309
authored
3 years ago
by
Arturo Mejia
Browse files
Options
Downloads
Patches
Plain Diff
For #18553 Revert "For #17804: Use enterToImmersiveMode from support-ktx component"
This reverts commit
fbe73cfc
parent
805644f4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/src/main/java/org/mozilla/fenix/browser/BaseBrowserFragment.kt
+1
-1
1 addition, 1 deletion
...ain/java/org/mozilla/fenix/browser/BaseBrowserFragment.kt
app/src/main/java/org/mozilla/fenix/ext/Activity.kt
+0
-7
0 additions, 7 deletions
app/src/main/java/org/mozilla/fenix/ext/Activity.kt
with
1 addition
and
8 deletions
app/src/main/java/org/mozilla/fenix/browser/BaseBrowserFragment.kt
+
1
−
1
View file @
1436c309
...
...
@@ -110,6 +110,7 @@ import org.mozilla.fenix.downloads.DynamicDownloadDialog
import
org.mozilla.fenix.ext.accessibilityManager
import
org.mozilla.fenix.ext.breadcrumb
import
org.mozilla.fenix.ext.components
import
org.mozilla.fenix.ext.enterToImmersiveMode
import
org.mozilla.fenix.ext.getPreferenceKey
import
org.mozilla.fenix.ext.hideToolbar
import
org.mozilla.fenix.ext.metrics
...
...
@@ -128,7 +129,6 @@ import java.lang.ref.WeakReference
import
mozilla.components.feature.session.behavior.EngineViewBrowserToolbarBehavior
import
mozilla.components.feature.webauthn.WebAuthnFeature
import
mozilla.components.support.base.feature.ActivityResultHandler
import
mozilla.components.support.ktx.android.view.enterToImmersiveMode
import
org.mozilla.fenix.GleanMetrics.PerfStartup
import
org.mozilla.fenix.ext.measureNoInline
import
mozilla.components.feature.session.behavior.ToolbarPosition
as
MozacToolbarPosition
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/mozilla/fenix/ext/Activity.kt
+
0
−
7
View file @
1436c309
...
...
@@ -15,13 +15,6 @@ import mozilla.components.concept.base.crash.Breadcrumb
* We don't use the equivalent function from Android Components because the stable flag messes
* with the toolbar. See #1998 and #3272.
*/
@Deprecated
(
message
=
"Use the Android Component implementation instead."
,
replaceWith
=
ReplaceWith
(
"enterToImmersiveMode()"
,
"mozilla.components.support.ktx.android.view.enterToImmersiveMode"
)
)
fun
Activity
.
enterToImmersiveMode
()
{
window
.
addFlags
(
WindowManager
.
LayoutParams
.
FLAG_KEEP_SCREEN_ON
)
window
.
decorView
.
systemUiVisibility
=
(
View
.
SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION
...
...
This diff is collapsed.
Click to expand it.
Matthew Finkel
@sysrqb
mentioned in issue
#40155 (closed)
·
3 years ago
mentioned in issue
#40155 (closed)
mentioned in issue #40155
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment