|
@@ -54,10 +54,10 @@ open class MainActivity : DockActivity(), ConnectivityReceiver.ConnectivityRecei
|
|
|
|
|
|
override fun onCreate(savedInstanceState: Bundle?) {
|
|
|
super.onCreate(savedInstanceState)
|
|
|
- if (Thread.getDefaultUncaughtExceptionHandler() !is CustomExceptionHandler) {
|
|
|
- Thread.setDefaultUncaughtExceptionHandler(
|
|
|
- CustomExceptionHandler(this,"112","newverson","minhaj"));
|
|
|
- }
|
|
|
+// if (Thread.getDefaultUncaughtExceptionHandler() !is CustomExceptionHandler) {
|
|
|
+// Thread.setDefaultUncaughtExceptionHandler(
|
|
|
+// CustomExceptionHandler(this,"112","newverson","minhaj"));
|
|
|
+// }
|
|
|
|
|
|
requestedOrientation = if (App.isAndroidTvBox) {
|
|
|
/* This for Android-TV,Box APK */
|