Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
812265a4
authored
Feb 22, 2017
by
Fernando Martínez Santiago
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
trabajando en #949
parent
7fd4ccf4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
android/Pictogram/tabletlibrary/src/main/java/com/yottacode/pictogram/tabletlibrary/net/NetServiceTablet.java
android/Pictogram/tabletlibrary/src/main/java/com/yottacode/pictogram/tabletlibrary/net/NetServiceTablet.java
View file @
812265a4
...
@@ -76,7 +76,7 @@ public class NetServiceTablet implements NetService.iNetServiceDevice {
...
@@ -76,7 +76,7 @@ public class NetServiceTablet implements NetService.iNetServiceDevice {
Context
context
=
activity
.
getBaseContext
();
Context
context
=
activity
.
getBaseContext
();
Class
serialClass
;
Class
serialClass
;
try
{
try
{
serialClass
=
Class
.
forName
(
PCBcontext
.
getContext
()
.
getString
(
R
.
string
.
SerialClass
));
serialClass
=
Class
.
forName
(
context
.
getString
(
R
.
string
.
SerialClass
));
}
catch
(
ClassNotFoundException
e
)
{
}
catch
(
ClassNotFoundException
e
)
{
Log
.
e
(
LOG_TAG
,
"S:"
+
PCBcontext
.
getContext
().
getString
(
R
.
string
.
SerialClass
));
Log
.
e
(
LOG_TAG
,
"S:"
+
PCBcontext
.
getContext
().
getString
(
R
.
string
.
SerialClass
));
serialClass
=
SerialActivity
.
class
;
serialClass
=
SerialActivity
.
class
;
...
...
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