Skip to content
Snippets Groups Projects
Commit 074638ca authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Tried another fix for the input defocus issue.

parent 918688ab
Branches
Tags
No related merge requests found
...@@ -219,7 +219,7 @@ public class SlidingPanelHandler { ...@@ -219,7 +219,7 @@ public class SlidingPanelHandler {
} }
// Always return false to make sure we don’t lose focus // Always return false to make sure we don’t lose focus
return false; return true;
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment