Fixed starting main activity with playback intent not working
This commit is contained in:
parent
4d82b91465
commit
386289b951
1 changed files with 1 additions and 2 deletions
|
|
@ -101,8 +101,6 @@ public class MainActivity extends AbsFabActivity
|
|||
|
||||
if (PreferenceUtils.getInstance(this).coloredNavigationBarOtherScreens())
|
||||
setNavigationBarThemeColor();
|
||||
|
||||
handlePlaybackIntent(getIntent());
|
||||
}
|
||||
|
||||
private void setUpViewPager() {
|
||||
|
|
@ -305,6 +303,7 @@ public class MainActivity extends AbsFabActivity
|
|||
public void onServiceConnected() {
|
||||
super.onServiceConnected();
|
||||
updateNavigationDrawerHeader();
|
||||
handlePlaybackIntent(getIntent());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue