Pro debugging

This commit is contained in:
M66B
2018-09-17 06:15:54 +00:00
parent 2cab6e2618
commit a7b8fb69ca
8 changed files with 18 additions and 15 deletions

View File

@@ -807,7 +807,7 @@ public class FragmentMessage extends FragmentEx {
popupMenu.setOnMenuItemClickListener(new PopupMenu.OnMenuItemClickListener() {
@Override
public boolean onMenuItemClick(MenuItem target) {
if (PreferenceManager.getDefaultSharedPreferences(getContext()).getBoolean("pro", false)) {
if (Helper.isPro(getContext())) {
startActivity(new Intent(getContext(), ActivityCompose.class)
.putExtra("action", "reply")
.putExtra("reference", message.id)