Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hds
flexin
android-app
Commits
38c44e4d
Commit
38c44e4d
authored
Dec 08, 2017
by
Nastuzzi Samy
Browse files
Edit keyboard bug
Do not allow keyboard modification (not supported yet)
parent
a70344e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/fr/utc/simde/jessy/BaseActivity.java
View file @
38c44e4d
...
...
@@ -252,6 +252,7 @@ public abstract class BaseActivity extends InternetActivity {
}
public
void
startEditActivity
(
final
Activity
activity
)
{
config
.
setInCategory
(
true
);
// Do not allow keyboard modification (not supported yet)
startArticleGroupActivity
(
activity
,
new
Intent
(
activity
,
EditActivity
.
class
));
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment