mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-01-23 23:44:55 +03:00
Revert "Switch to Now Playing when selecting media"
This reverts commit 687f64c115
.
This commit is contained in:
parent
9e57cf1433
commit
5e34f2d8e9
@ -266,8 +266,6 @@ public class SubsonicFragmentActivity extends SubsonicActivity implements Downlo
|
|||||||
SearchFragment fragment = new SearchFragment();
|
SearchFragment fragment = new SearchFragment();
|
||||||
replaceFragment(fragment, fragment.getSupportTag());
|
replaceFragment(fragment, fragment.getSupportTag());
|
||||||
}
|
}
|
||||||
} else if (intent.getBooleanExtra(Constants.INTENT_EXTRA_NAME_DOWNLOAD, false)) {
|
|
||||||
openNowPlaying();
|
|
||||||
} else {
|
} else {
|
||||||
setIntent(intent);
|
setIntent(intent);
|
||||||
}
|
}
|
||||||
@ -276,10 +274,6 @@ public class SubsonicFragmentActivity extends SubsonicActivity implements Downlo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void openNowPlaying() {
|
|
||||||
startFragmentActivity("Now Playing");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onResume() {
|
public void onResume() {
|
||||||
super.onResume();
|
super.onResume();
|
||||||
|
Loading…
Reference in New Issue
Block a user