Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
531
Issue boards
Milestones
Wiki
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
b54c0829
Commit
b54c0829
authored
7 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
Rename Activites Handler class
parent
d5c580c6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vlc-android/src/org/videolan/vlc/gui/AudioPlayerContainerActivity.java
+3
-3
3 additions, 3 deletions
...rc/org/videolan/vlc/gui/AudioPlayerContainerActivity.java
with
3 additions
and
3 deletions
vlc-android/src/org/videolan/vlc/gui/AudioPlayerContainerActivity.java
+
3
−
3
View file @
b54c0829
...
...
@@ -381,7 +381,7 @@ public class AudioPlayerContainerActivity extends BaseActivity implements Playba
}
};
Handler
mActivityHandler
=
new
Storage
Handler
(
this
);
Handler
mActivityHandler
=
new
Progress
Handler
(
this
);
AudioPlayerBottomSheetCallback
mAudioPlayerBottomSheetCallback
=
new
AudioPlayerBottomSheetCallback
();
private
static
final
int
ACTION_DISPLAY_PROGRESSBAR
=
1339
;
...
...
@@ -419,9 +419,9 @@ public class AudioPlayerContainerActivity extends BaseActivity implements Playba
protected
void
onPlayerStateChanged
(
View
bottomSheet
,
int
newState
)
{}
private
static
class
Storage
Handler
extends
WeakHandler
<
AudioPlayerContainerActivity
>
{
private
static
class
Progress
Handler
extends
WeakHandler
<
AudioPlayerContainerActivity
>
{
Storage
Handler
(
AudioPlayerContainerActivity
owner
)
{
Progress
Handler
(
AudioPlayerContainerActivity
owner
)
{
super
(
owner
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment