|
|
|
@ -102,7 +102,7 @@ public class LiveActivity extends BaseActivity implements GroupPresenter.OnClick |
|
|
|
private int count; |
|
|
|
private int count; |
|
|
|
|
|
|
|
|
|
|
|
public static void start(Context context) { |
|
|
|
public static void start(Context context) { |
|
|
|
if (!LiveConfig.isEmpty()) context.startActivity(new Intent(context, LiveActivity.class).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK).putExtra("empty", false)); |
|
|
|
context.startActivity(new Intent(context, LiveActivity.class).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK).putExtra("empty", LiveConfig.isEmpty())); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private boolean isEmpty() { |
|
|
|
private boolean isEmpty() { |
|
|
|
|