Refactoring

This commit is contained in:
M66B
2022-06-25 14:27:46 +02:00
parent 5db35154df
commit eefe74b06d
14 changed files with 24 additions and 24 deletions

View File

@@ -617,7 +617,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
@Override
public void onClick(View v) {
Intent intent = new Intent(android.provider.Settings.ACTION_AIRPLANE_MODE_SETTINGS)
.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
v.getContext().startActivity(intent);
}
});