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_apps_DeskClock
Commits
5f169b28
Commit
5f169b28
authored
9 years ago
by
Annie Chin
Committed by
Bill Yi
9 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove call to executePendingTransactions()
Bug: 24258653 Change-Id: I3672188367634fb65e73228835ad09f92fef9e85
parent
78fec02f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/com/android/deskclock/alarms/TimePickerCompat.java
src/com/android/deskclock/alarms/TimePickerCompat.java
+0
-1
No files found.
src/com/android/deskclock/alarms/TimePickerCompat.java
View file @
5f169b28
...
...
@@ -148,7 +148,6 @@ public final class TimePickerCompat {
boolean
use24hourFormat
)
{
// Make sure the dialog isn't already added.
final
FragmentManager
manager
=
targetFragment
.
getFragmentManager
();
manager
.
executePendingTransactions
();
final
FragmentTransaction
ft
=
manager
.
beginTransaction
();
final
Fragment
prev
=
manager
.
findFragmentByTag
(
FRAG_TAG_TIME_PICKER
);
if
(
prev
!=
null
)
{
...
...
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