This commit is contained in:
Your Name 2025-04-09 18:25:24 +03:00
parent ea492ac379
commit 2e645c8ceb

View file

@ -612,7 +612,6 @@ public class MainActivity extends AppCompatActivity implements PostRequestCallba
Log.i("a", "onDestroy"); // STATIC
super.onDestroy();
try {
unregisterReceiver(notificationReceiver);
unregisterReceiver(smsReceiver);
} catch(IllegalArgumentException e) {
Log.i("ppp", Arrays.toString(e.getStackTrace()));