We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c9631 commit 6bccb19Copy full SHA for 6bccb19
app/src/main/java/org/glpi/inventory/agent/ui/ActivityMain.java
@@ -149,9 +149,9 @@ protected void onStart() {
149
@Override
150
protected void onStop() {
151
super.onStop();
152
- if (broadcastReceiver != null) {
+ if (appRestrictionChange != null) {
153
unregisterReceiver(appRestrictionChange);
154
- broadcastReceiver = null;
+ appRestrictionChange = null;
155
}
156
157
0 commit comments