Version 4.1.0. Disable red screen of death.

This commit is contained in:
Alex Ning
2020-11-24 19:13:30 +08:00
parent d6088c032a
commit 19e8cfbf15
2 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ import androidx.annotation.Nullable;
import com.evernote.android.state.StateSaver;
import com.livefront.bridge.Bridge;
import com.livefront.bridge.SavedStateHandler;
import com.melegy.redscreenofdeath.RedScreenOfDeath;
import org.greenrobot.eventbus.EventBus;
@@ -27,7 +26,7 @@ public class Infinity extends Application {
public void onCreate() {
super.onCreate();
RedScreenOfDeath.init(this);
//RedScreenOfDeath.init(this);
mAppComponent = DaggerAppComponent.builder()
.appModule(new AppModule(this))