mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Seem to be a formatting bug in Android Studio
This commit is contained in:
@@ -43,7 +43,7 @@ public class FragmentEula extends FragmentEx {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||
prefs.edit().putBoolean("eula", true).apply();
|
||||
prefs.edit().putBoolean("eula" , true).apply();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user