minor update to make the queue the first view. Not dynamic (always goes to the queue, even if it's empty)
This commit is contained in:
parent
9ece3a7db4
commit
5cc3ce1c53
|
@ -144,7 +144,7 @@ public class MainActivity extends ActionBarActivity implements NavDrawerActivity
|
||||||
if (mainFragment != null) {
|
if (mainFragment != null) {
|
||||||
transaction.replace(R.id.main_view, mainFragment);
|
transaction.replace(R.id.main_view, mainFragment);
|
||||||
} else {
|
} else {
|
||||||
loadFragment(NavListAdapter.VIEW_TYPE_NAV, POS_NEW, null);
|
loadFragment(NavListAdapter.VIEW_TYPE_NAV, POS_QUEUE, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
externalPlayerFragment = new ExternalPlayerFragment();
|
externalPlayerFragment = new ExternalPlayerFragment();
|
||||||
|
|
Loading…
Reference in New Issue