Merge background task into develop #14

Merged
s416204 merged 17 commits from background-to-merge into develop 2018-10-12 00:12:34 +02:00
Showing only changes of commit 3cb54cceec - Show all commits

View File

@ -125,7 +125,7 @@ public class MainActivity extends AppCompatActivity {
public void onClick(View view) {
PrefUtils.storeIsServiceRunning(getApplicationContext(), false);
stopService(MainActivity.backgroundLocalizationService);
//stopService(MainActivity.backgroundLocalizationService);
SharedPreferences preferences = getSharedPreferences("fmtPrefs", Context.MODE_PRIVATE);
SharedPreferences.Editor editor = preferences.edit();
editor.clear().commit();