Skip to content

Commit

Permalink
Bug 1911617 - Cleanup Utils and unused code. r=android-reviewers,avir…
Browse files Browse the repository at this point in the history
…vara

Differential Revision: https://phabricator.services.mozilla.com/D221972

UltraBlame original commit: f97e2e2a38a0b46d3349915e65d7b70516dadb55
  • Loading branch information
marco-c committed Sep 26, 2024
1 parent 2331619 commit aa8793a
Show file tree
Hide file tree
Showing 15 changed files with 116 additions and 1,826 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,16 @@ support
.
utils
.
PendingIntentUtils
import
mozilla
.
components
.
support
.
utils
.
ext
.
getApplicationInfoCompat
Expand Down Expand Up @@ -427,16 +437,6 @@ activity
.
IntentReceiverActivity
import
org
.
mozilla
.
focus
.
utils
.
IntentUtils
import
java
.
io
Expand Down Expand Up @@ -1412,11 +1412,9 @@ appContext
Intent
(
)
IntentUtils
PendingIntentUtils
.
defaultIntentPendingFlags
(
)
defaultFlags
)
val
customTabColorSchemeBuilder
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,34 @@ domains
.
CustomDomains
import
mozilla
.
components
.
support
.
ktx
.
android
.
view
.
hideKeyboard
import
mozilla
.
components
.
support
.
ktx
.
android
.
view
.
showKeyboard
import
org
.
mozilla
Expand Down Expand Up @@ -391,13 +419,12 @@ onViewCreated
view
savedInstanceState
)
ViewUtils
.
showKeyboard
(
binding
.
domainView
.
showKeyboard
(
)
}
override
Expand All @@ -411,14 +438,14 @@ job
cancel
(
)
ViewUtils
.
hideKeyboard
(
activity
?
.
currentFocus
?
.
hideKeyboard
(
)
super
.
Expand Down
Loading

0 comments on commit aa8793a

Please sign in to comment.