Add reasoning for separate openChannelFragmentUsingIntent method
This commit is contained in:
parent
a2ff770afc
commit
afc8db8f81
1 changed files with 5 additions and 0 deletions
|
@ -491,6 +491,11 @@ public final class NavigationHelper {
|
||||||
context.startActivity(intent);
|
context.startActivity(intent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////
|
||||||
|
// PlayQueueActivity doesn't use fragments so the //
|
||||||
|
// openChannelFragment method can't be used //
|
||||||
|
// since that uses FragmentManager transactions. //
|
||||||
|
/////////////////////////////////////////////////////
|
||||||
public static void openChannelFragmentUsingIntent(final Context context,
|
public static void openChannelFragmentUsingIntent(final Context context,
|
||||||
final int serviceId,
|
final int serviceId,
|
||||||
final String url,
|
final String url,
|
||||||
|
|
Loading…
Reference in a new issue