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())
|
if (PreferenceUtils.getInstance(this).coloredNavigationBarOtherScreens())
|
||||||
setNavigationBarThemeColor();
|
setNavigationBarThemeColor();
|
||||||
|
|
||||||
handlePlaybackIntent(getIntent());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setUpViewPager() {
|
private void setUpViewPager() {
|
||||||
|
|
@ -305,6 +303,7 @@ public class MainActivity extends AbsFabActivity
|
||||||
public void onServiceConnected() {
|
public void onServiceConnected() {
|
||||||
super.onServiceConnected();
|
super.onServiceConnected();
|
||||||
updateNavigationDrawerHeader();
|
updateNavigationDrawerHeader();
|
||||||
|
handlePlaybackIntent(getIntent());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue