• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/CMFileManager


Commit MetaInfo

Revisiona836aa8efc8a328507830212576f4f0dc8a1bd8d (tree)
Time2016-01-04 16:06:11
Authorlongyu.huang <longyu.huang2014@gmai...>
Commiterlongyu.huang

Log Message

dead lock case

[Procedures]
1.filemanager->security storage->create storage with password
2.after creat successfully->menu->add shortcut
3.filemanager->setting->storage option->delete/reset password->stay on input password view(don't input password)
3.press home key
4.enter filemanager from shortcut on home screen

Change-Id: I00101d14adb89b271a974e8b292f81b7f315f942

Change Summary

Incremental Difference

--- a/src/com/cyanogenmod/filemanager/console/secure/SecureStorageKeyPromptDialog.java
+++ b/src/com/cyanogenmod/filemanager/console/secure/SecureStorageKeyPromptDialog.java
@@ -185,6 +185,12 @@ public class SecureStorageKeyPromptDialog
185185 }
186186
187187 @Override
188+ protected void onPause() {
189+ super.onPause();
190+ mDialog.cancel();
191+ }
192+
193+ @Override
188194 public void onAttachedToWindow() {
189195 super.onAttachedToWindow();
190196