mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-24 01:32:16 -05:00
rename EncryptMessageFragment -> EncryptTextFragment
This commit is contained in:
parent
b3d3026de7
commit
f8625f5310
@ -29,7 +29,7 @@ import android.widget.TextView;
|
|||||||
|
|
||||||
import org.sufficientlysecure.keychain.R;
|
import org.sufficientlysecure.keychain.R;
|
||||||
|
|
||||||
public class EncryptMessageFragment extends Fragment {
|
public class EncryptTextFragment extends Fragment {
|
||||||
public static final String ARG_TEXT = "text";
|
public static final String ARG_TEXT = "text";
|
||||||
|
|
||||||
private TextView mMessage = null;
|
private TextView mMessage = null;
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/certify_key_fragment"
|
android:id="@+id/certify_key_fragment"
|
||||||
android:name="org.sufficientlysecure.keychain.ui.EncryptMessageFragment"
|
android:name="org.sufficientlysecure.keychain.ui.EncryptTextFragment"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent" />
|
android:layout_height="match_parent" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user