mirror of https://github.com/FongMi/TV.git
parent
c06422e09e
commit
6bba5dca8a
@ -1,20 +0,0 @@ |
||||
package com.fongmi.android.tv.ui.activity; |
||||
|
||||
import android.app.Activity; |
||||
import android.content.Intent; |
||||
|
||||
import androidx.viewbinding.ViewBinding; |
||||
|
||||
import com.fongmi.android.tv.api.LiveConfig; |
||||
|
||||
public class LiveActivity extends BaseActivity { |
||||
|
||||
public static void start(Activity activity) { |
||||
if (!LiveConfig.isEmpty()) activity.startActivity(new Intent(activity, LiveActivity.class)); |
||||
} |
||||
|
||||
@Override |
||||
protected ViewBinding getBinding() { |
||||
return null; |
||||
} |
||||
} |
||||
Loading…
Reference in new issue