Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
BlissLauncher
Commits
4ecfe891
Commit
4ecfe891
authored
May 09, 2022
by
Suphon Thanakornpakapong
Browse files
Revert "Log weather results"
This reverts commit
433355d7
.
parent
433355d7
Pipeline
#184217
passed with stage
in 2 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/apiOreo/java/foundation/e/blisslauncher/features/weather/CustomLocationPreference.java
View file @
4ecfe891
...
...
@@ -102,7 +102,6 @@ public class CustomLocationPreference extends EditTextPreference
HashSet
<
String
>
postalIds
=
new
HashSet
<>();
for
(
WeatherLocation
result
:
results
)
{
Log
.
d
(
TAG
,
"found result: "
+
result
.
toString
());
if
(!
TextUtils
.
equals
(
result
.
getCountry
(),
firstCountry
))
{
needCountry
=
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment