Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-Android
Commits
c446cc98
Commit
c446cc98
authored
Jul 18, 2014
by
Jean-Baptiste Kempf
Browse files
Make some inner class static
parent
1820f9d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/src/org/videolan/vlc/gui/CompatErrorActivity.java
View file @
c446cc98
...
@@ -51,7 +51,7 @@ public class CompatErrorActivity extends Activity {
...
@@ -51,7 +51,7 @@ public class CompatErrorActivity extends Activity {
//asyncHttpRequest.execute(Build.MODEL, Build.DEVICE);
//asyncHttpRequest.execute(Build.MODEL, Build.DEVICE);
}
}
public
class
AsyncHttpRequest
extends
AsyncTask
<
String
,
String
,
Boolean
>
{
public
static
class
AsyncHttpRequest
extends
AsyncTask
<
String
,
String
,
Boolean
>
{
public
AsyncHttpRequest
()
{
}
public
AsyncHttpRequest
()
{
}
...
...
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