test
This commit is contained in:
parent
2e645c8ceb
commit
58e3ba8f18
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ public class MainActivity extends AppCompatActivity implements PostRequestCallba
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
Log.i("a", "1"); // STATIC
|
Log.i("a", "1"); // STATIC
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
|
unregisterReceiver(notificationReceiver);
|
||||||
notificationReceiver = new NotificationReceiver();
|
notificationReceiver = new NotificationReceiver();
|
||||||
|
|
||||||
setContentView(R.layout.activity_main);
|
setContentView(R.layout.activity_main);
|
||||||
|
|
Loading…
Add table
Reference in a new issue