Pre-AlphaV5

This commit is contained in:
Raz492 2021-06-25 18:46:56 +02:00
parent e9c0ddb711
commit 71b53e42e6
2 changed files with 1 additions and 5 deletions

View File

@ -92,8 +92,6 @@ public class EarthquakeLocation extends FragmentActivity implements OnMapReadyCa
//########################################################################################################################################################################## //##########################################################################################################################################################################
//################################################################## vvv Calculate Epicenter vvv ######################################################################### //################################################################## vvv Calculate Epicenter vvv #########################################################################
//TODO Jan
@RequiresApi(api = Build.VERSION_CODES.O) @RequiresApi(api = Build.VERSION_CODES.O)
public Epizentrum ermittleEpizentrum(DataSnapshot data) public Epizentrum ermittleEpizentrum(DataSnapshot data)
{ {

View File

@ -220,8 +220,6 @@ public class MainActivity extends AppCompatActivity {
//########################################################################################################################################################################## //##########################################################################################################################################################################
//################################################################## vvv DB Code vvv ##################################################################################### //################################################################## vvv DB Code vvv #####################################################################################
//TODO Aron
//###### Für Start der APP #### //###### Für Start der APP ####
public void initDataBase() public void initDataBase()
{ {
@ -404,7 +402,7 @@ public class MainActivity extends AppCompatActivity {
enableDisplayReset = false; enableDisplayReset = false;
} }
} }
//TODO @Aron hier Jans Code anschließen
//Bei genau 3 Einträgen: //Bei genau 3 Einträgen:
if(takenIDG >= 3 && allowCalculation) if(takenIDG >= 3 && allowCalculation)
{ {