Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
keyboard
LatinIME
Commits
f02e2693
Commit
f02e2693
authored
12 years ago
by
Ken Wakasa
Committed by
Android Git Automerger
12 years ago
Browse files
Options
Downloads
Plain Diff
am
55b306c9
: am
64eda4f4
: Merge "Fix an infinite loop" into jb-mr2-dev
* commit '
55b306c9
': Fix an infinite loop
parents
3a18ae70
55b306c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/src/com/android/inputmethod/dictionarypack/UpdateHandler.java
+0
-1
0 additions, 1 deletion
...com/android/inputmethod/dictionarypack/UpdateHandler.java
with
0 additions
and
1 deletion
java/src/com/android/inputmethod/dictionarypack/UpdateHandler.java
+
0
−
1
View file @
f02e2693
...
@@ -181,7 +181,6 @@ public final class UpdateHandler {
...
@@ -181,7 +181,6 @@ public final class UpdateHandler {
if
(!
cursor
.
moveToFirst
())
return
;
if
(!
cursor
.
moveToFirst
())
return
;
do
{
do
{
final
String
clientId
=
cursor
.
getString
(
0
);
final
String
clientId
=
cursor
.
getString
(
0
);
if
(
TextUtils
.
isEmpty
(
clientId
))
continue
;
// This probably can't happen
final
String
metadataUri
=
final
String
metadataUri
=
MetadataDbHelper
.
getMetadataUriAsString
(
context
,
clientId
);
MetadataDbHelper
.
getMetadataUriAsString
(
context
,
clientId
);
PrivateLog
.
log
(
"Update for clientId "
+
Utils
.
s
(
clientId
),
context
);
PrivateLog
.
log
(
"Update for clientId "
+
Utils
.
s
(
clientId
),
context
);
...
...
This diff is collapsed.
Click to expand it.
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