mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Move ReceiveKeyActivity back to themed dialog activity.
This commit is contained in:
parent
8d8a6ab998
commit
73bf21602a
2 changed files with 3 additions and 1 deletions
|
@ -151,6 +151,7 @@
|
|||
|
||||
<activity android:name=".ReceiveKeyActivity"
|
||||
android:label="@string/AndroidManifest__complete_key_exchange"
|
||||
android:theme="@style/TextSecure.Light.Dialog"
|
||||
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
||||
|
||||
<activity android:name=".ApplicationPreferencesActivity"
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
*/
|
||||
package org.thoughtcrime.securesms;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.app.ProgressDialog;
|
||||
import android.content.Intent;
|
||||
import android.os.AsyncTask;
|
||||
|
@ -44,7 +45,7 @@ import org.thoughtcrime.securesms.util.MemoryCleaner;
|
|||
* @author Moxie Marlinspike
|
||||
*/
|
||||
|
||||
public class ReceiveKeyActivity extends PassphraseRequiredSherlockActivity {
|
||||
public class ReceiveKeyActivity extends Activity {
|
||||
|
||||
private TextView descriptionText;
|
||||
|
||||
|
|
Loading…
Reference in a new issue