Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
J
Jelly
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
oF2pks
Jelly
Commits
d92504ee
Commit
d92504ee
authored
Mar 07, 2018
by
luca020400
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Jelly: Don't allow ime to learn in incognito mode
Change-Id: I40d6b42ede56ba2fa0cc057cba08a64cf5e85ab3
parent
960b547f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
app/src/main/java/org/lineageos/jelly/MainActivity.java
app/src/main/java/org/lineageos/jelly/MainActivity.java
+5
-0
No files found.
app/src/main/java/org/lineageos/jelly/MainActivity.java
View file @
d92504ee
...
...
@@ -198,6 +198,11 @@ public class MainActivity extends WebViewExtActivity implements
mThemeColor
=
savedInstanceState
.
getInt
(
STATE_KEY_THEME_COLOR
,
0
);
}
if
(
mIncognito
)
{
autoCompleteTextView
.
setImeOptions
(
autoCompleteTextView
.
getImeOptions
()
|
EditorInfo
.
IME_FLAG_NO_PERSONALIZED_LEARNING
);
}
// Make sure prefs are set before loading them
PreferenceManager
.
setDefaultValues
(
this
,
R
.
xml
.
settings
,
false
);
...
...
Write
Preview
Markdown
is supported
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