Add reasoning for separate openChannelFragmentUsingIntent method
This commit is contained in:
parent
ea6e99eff9
commit
d33d390250
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…
Add table
Add a link
Reference in a new issue