mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 16:40:32 +00:00
Use the correct TAG in NavigationHelper
This commit is contained in:
parent
3d42da5ff5
commit
b633108a4c
@ -46,7 +46,6 @@ import org.schabi.newpipe.local.subscription.SubscriptionFragment;
|
|||||||
import org.schabi.newpipe.local.subscription.SubscriptionsImportFragment;
|
import org.schabi.newpipe.local.subscription.SubscriptionsImportFragment;
|
||||||
import org.schabi.newpipe.player.MainPlayer;
|
import org.schabi.newpipe.player.MainPlayer;
|
||||||
import org.schabi.newpipe.player.MainPlayer.PlayerType;
|
import org.schabi.newpipe.player.MainPlayer.PlayerType;
|
||||||
import org.schabi.newpipe.player.NotificationUtil;
|
|
||||||
import org.schabi.newpipe.player.PlayQueueActivity;
|
import org.schabi.newpipe.player.PlayQueueActivity;
|
||||||
import org.schabi.newpipe.player.Player;
|
import org.schabi.newpipe.player.Player;
|
||||||
import org.schabi.newpipe.player.helper.PlayerHelper;
|
import org.schabi.newpipe.player.helper.PlayerHelper;
|
||||||
@ -65,7 +64,8 @@ import com.jakewharton.processphoenix.ProcessPhoenix;
|
|||||||
public final class NavigationHelper {
|
public final class NavigationHelper {
|
||||||
public static final String MAIN_FRAGMENT_TAG = "main_fragment_tag";
|
public static final String MAIN_FRAGMENT_TAG = "main_fragment_tag";
|
||||||
public static final String SEARCH_FRAGMENT_TAG = "search_fragment_tag";
|
public static final String SEARCH_FRAGMENT_TAG = "search_fragment_tag";
|
||||||
private static final String TAG = NotificationUtil.class.getSimpleName();
|
|
||||||
|
private static final String TAG = NavigationHelper.class.getSimpleName();
|
||||||
|
|
||||||
private NavigationHelper() {
|
private NavigationHelper() {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user