Fix crash due to lost activity.
Change-Id: I9d0c2941bf3d725c506b15a738e6ab41678d76d1
This commit is contained in:
@@ -1351,7 +1351,7 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity android:name=".CryptKeeper$Blank"
|
<activity android:name=".CryptKeeper$FadeToBlack"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
android:theme="@style/CryptKeeperBlankTheme"
|
android:theme="@style/CryptKeeperBlankTheme"
|
||||||
|
@@ -109,7 +109,7 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
|
|||||||
/**
|
/**
|
||||||
* Activity used to fade the screen to black after the password is entered.
|
* Activity used to fade the screen to black after the password is entered.
|
||||||
*/
|
*/
|
||||||
private static class FadeToBlack extends Activity {
|
public static class FadeToBlack extends Activity {
|
||||||
@Override
|
@Override
|
||||||
public void onCreate(Bundle savedInstanceState) {
|
public void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
|
Reference in New Issue
Block a user