Completato exception handler
This commit is contained in:
parent
d5723df178
commit
25aefc9823
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
@ -9,8 +9,8 @@ android {
|
||||
applicationId "it.integry.integrywmsnative"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode 6
|
||||
versionName "1.0.3"
|
||||
versionCode 7
|
||||
versionName "1.0.4"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
||||
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user