fix
This commit is contained in:
parent
9d431bd297
commit
54950e9d38
|
@ -135,6 +135,7 @@ public class MainActivity extends AppCompatActivity {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onResume() {
|
protected void onResume() {
|
||||||
|
super.onResume();
|
||||||
Log.d("onResume", "called");
|
Log.d("onResume", "called");
|
||||||
Log.d("onResume", "mDocRef is null");
|
Log.d("onResume", "mDocRef is null");
|
||||||
firebaselink();
|
firebaselink();
|
||||||
|
@ -229,7 +230,6 @@ public class MainActivity extends AppCompatActivity {
|
||||||
initNotification(mDocRef);//現在の位置を引数に initNotification()を処理
|
initNotification(mDocRef);//現在の位置を引数に initNotification()を処理
|
||||||
|
|
||||||
}
|
}
|
||||||
super.onResume();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void ResetReported() {//FireBaseのisReportedをfalseに初期化するメソッド
|
public void ResetReported() {//FireBaseのisReportedをfalseに初期化するメソッド
|
||||||
|
|
Loading…
Reference in New Issue
Block a user