Completato exception handler
This commit is contained in:
@@ -44,15 +44,12 @@ public class ExceptionsHandler implements Thread.UncaughtExceptionHandler {
|
||||
@Override
|
||||
public void run() {
|
||||
Looper.prepare();
|
||||
DialogException.make(context, () -> {
|
||||
|
||||
}).show();
|
||||
DialogException.make(context, context::finish).show();
|
||||
Looper.loop();
|
||||
}
|
||||
}.start();
|
||||
|
||||
context.finish();
|
||||
//System.exit(0);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -56,9 +56,6 @@ public class RettificaGiacenzeFragment extends Fragment implements ITitledFragme
|
||||
|
||||
init();
|
||||
|
||||
Integer a = null;
|
||||
String b = a.toString();
|
||||
|
||||
return mBinding.getRoot();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user