mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Small improvement
This commit is contained in:
@@ -56,7 +56,7 @@ public class FragmentEula extends FragmentBase {
|
||||
btnAgree.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(view.getContext());
|
||||
prefs.edit().putBoolean("eula", true).apply();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user