Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Android-KeyboardSwitcher
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
7
Issues
7
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
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
Kunzisoft
Android-KeyboardSwitcher
Commits
db70bcd0
Commit
db70bcd0
authored
Feb 14, 2019
by
Jeremy JAMET
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix null pointer
parent
431e34f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app/src/main/java/com/kunzisoft/keyboard/switcher/OverlayShowingService.java
...om/kunzisoft/keyboard/switcher/OverlayShowingService.java
+2
-1
No files found.
app/src/main/java/com/kunzisoft/keyboard/switcher/OverlayShowingService.java
View file @
db70bcd0
...
...
@@ -122,6 +122,7 @@ public class OverlayShowingService extends Service implements OnTouchListener, O
private
void
getPositionOnScreen
()
{
int
[]
location
=
new
int
[
2
];
if
(
overlayedButton
!=
null
)
overlayedButton
.
getLocationOnScreen
(
location
);
originalXPos
=
location
[
0
];
...
...
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