Loading src/com/android/dialer/voicemail/VoicemailPlaybackPresenter.java +5 −3 Original line number Diff line number Diff line Loading @@ -417,10 +417,12 @@ public class VoicemailPlaybackPresenter super(handler); mFetchResultHandler = handler; if (mContext != null) { mContext.getContentResolver().registerContentObserver( voicemailUri, false, this); mFetchResultHandler.postDelayed(this, FETCH_CONTENT_TIMEOUT_MS); } } /** * Stop waiting for content and notify UI if {@link FETCH_CONTENT_TIMEOUT_MS} has elapsed. Loading Loading
src/com/android/dialer/voicemail/VoicemailPlaybackPresenter.java +5 −3 Original line number Diff line number Diff line Loading @@ -417,10 +417,12 @@ public class VoicemailPlaybackPresenter super(handler); mFetchResultHandler = handler; if (mContext != null) { mContext.getContentResolver().registerContentObserver( voicemailUri, false, this); mFetchResultHandler.postDelayed(this, FETCH_CONTENT_TIMEOUT_MS); } } /** * Stop waiting for content and notify UI if {@link FETCH_CONTENT_TIMEOUT_MS} has elapsed. Loading