Loading src/com/android/settings/connecteddevice/audiosharing/AudioSharingDisconnectDialogFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ public class AudioSharingDisconnectDialogFragment extends InstrumentedDialogFrag return false; } Lifecycle.State currentState = host.getLifecycle().getCurrentState(); if (!currentState.isAtLeast(Lifecycle.State.STARTED)) { if (!currentState.isAtLeast(Lifecycle.State.CREATED)) { Log.d(TAG, "Fail to show dialog with state: " + currentState); return false; } Loading src/com/android/settings/connecteddevice/audiosharing/AudioSharingJoinDialogFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ public class AudioSharingJoinDialogFragment extends InstrumentedDialogFragment { return false; } Lifecycle.State currentState = host.getLifecycle().getCurrentState(); if (!currentState.isAtLeast(Lifecycle.State.STARTED)) { if (!currentState.isAtLeast(Lifecycle.State.CREATED)) { Log.d(TAG, "Fail to show dialog with state: " + currentState); return false; } Loading src/com/android/settings/connecteddevice/audiosharing/AudioSharingStopDialogFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ public class AudioSharingStopDialogFragment extends InstrumentedDialogFragment { return false; } Lifecycle.State currentState = host.getLifecycle().getCurrentState(); if (!currentState.isAtLeast(Lifecycle.State.STARTED)) { if (!currentState.isAtLeast(Lifecycle.State.CREATED)) { Log.d(TAG, "Fail to show dialog with state: " + currentState); return false; } Loading Loading
src/com/android/settings/connecteddevice/audiosharing/AudioSharingDisconnectDialogFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ public class AudioSharingDisconnectDialogFragment extends InstrumentedDialogFrag return false; } Lifecycle.State currentState = host.getLifecycle().getCurrentState(); if (!currentState.isAtLeast(Lifecycle.State.STARTED)) { if (!currentState.isAtLeast(Lifecycle.State.CREATED)) { Log.d(TAG, "Fail to show dialog with state: " + currentState); return false; } Loading
src/com/android/settings/connecteddevice/audiosharing/AudioSharingJoinDialogFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ public class AudioSharingJoinDialogFragment extends InstrumentedDialogFragment { return false; } Lifecycle.State currentState = host.getLifecycle().getCurrentState(); if (!currentState.isAtLeast(Lifecycle.State.STARTED)) { if (!currentState.isAtLeast(Lifecycle.State.CREATED)) { Log.d(TAG, "Fail to show dialog with state: " + currentState); return false; } Loading
src/com/android/settings/connecteddevice/audiosharing/AudioSharingStopDialogFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ public class AudioSharingStopDialogFragment extends InstrumentedDialogFragment { return false; } Lifecycle.State currentState = host.getLifecycle().getCurrentState(); if (!currentState.isAtLeast(Lifecycle.State.STARTED)) { if (!currentState.isAtLeast(Lifecycle.State.CREATED)) { Log.d(TAG, "Fail to show dialog with state: " + currentState); return false; } Loading