Revert "Switch to Now Playing when selecting media"

This reverts commit 687f64c115.
This commit is contained in:
Andrew Rabert 2019-11-27 18:11:54 -05:00
parent 9e57cf1433
commit 5e34f2d8e9
1 changed files with 0 additions and 6 deletions

View File

@ -266,8 +266,6 @@ public class SubsonicFragmentActivity extends SubsonicActivity implements Downlo
SearchFragment fragment = new SearchFragment();
replaceFragment(fragment, fragment.getSupportTag());
}
} else if (intent.getBooleanExtra(Constants.INTENT_EXTRA_NAME_DOWNLOAD, false)) {
openNowPlaying();
} else {
setIntent(intent);
}
@ -276,10 +274,6 @@ public class SubsonicFragmentActivity extends SubsonicActivity implements Downlo
}
}
public void openNowPlaying() {
startFragmentActivity("Now Playing");
}
@Override
public void onResume() {
super.onResume();