Hotfix 1 #18

Merged
r-ca merged 3 commits from hotfix-1 into main 2024-01-19 03:56:18 +00:00
Showing only changes of commit 54950e9d38 - Show all commits

View File

@ -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に初期化するメソッド