зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1061430 - Change SharedPreferences.Editor commit() to apply() where appropriate (CrashReporter.java) r=rnewman
This commit is contained in:
Родитель
a3a233cd1a
Коммит
34442709ef
|
@ -137,7 +137,7 @@ public class CrashReporter extends Activity
|
|||
SharedPreferences.Editor editor = prefs.edit();
|
||||
editor.putBoolean(GeckoApp.PREFS_WAS_STOPPED, true);
|
||||
editor.putBoolean(GeckoApp.PREFS_CRASHED, true);
|
||||
editor.commit();
|
||||
editor.apply();
|
||||
|
||||
final CheckBox allowContactCheckBox = (CheckBox) findViewById(R.id.allow_contact);
|
||||
final CheckBox includeUrlCheckBox = (CheckBox) findViewById(R.id.include_url);
|
||||
|
|
Загрузка…
Ссылка в новой задаче