Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_providers_MediaProvider
Commits
0218e5f1
Commit
0218e5f1
authored
9 years ago
by
Rob Carr
Committed by
Android (Google) Code Review
9 years ago
Browse files
Options
Download
Plain Diff
Merge "RingtonePickerActivity: Keep cursor open while visible." into nyc-dev
parents
e23e66b5
4f8fbf74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
src/com/android/providers/media/RingtonePickerActivity.java
src/com/android/providers/media/RingtonePickerActivity.java
+2
-6
No files found.
src/com/android/providers/media/RingtonePickerActivity.java
View file @
0218e5f1
...
...
@@ -282,12 +282,6 @@ public final class RingtonePickerActivity extends AlertActivity implements
setResult
(
RESULT_CANCELED
);
}
getWindow
().
getDecorView
().
post
(
new
Runnable
()
{
public
void
run
()
{
mCursor
.
deactivate
();
}
});
finish
();
}
...
...
@@ -346,6 +340,8 @@ public final class RingtonePickerActivity extends AlertActivity implements
@Override
protected
void
onStop
()
{
super
.
onStop
();
mCursor
.
deactivate
();
if
(!
isChangingConfigurations
())
{
stopAnyPlayingRingtone
();
}
else
{
...
...
This diff is collapsed.
Click to expand it.
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