rename EncryptMessageFragment -> EncryptTextFragment

This commit is contained in:
Vincent Breitmoser
2014-09-01 23:46:14 +02:00
parent b3d3026de7
commit f8625f5310
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ import android.widget.TextView;
import org.sufficientlysecure.keychain.R;
public class EncryptMessageFragment extends Fragment {
public class EncryptTextFragment extends Fragment {
public static final String ARG_TEXT = "text";
private TextView mMessage = null;