Loading packages/SystemUI/src/com/android/systemui/volume/SafetyWarningDialog.java +0 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,6 @@ abstract public class SafetyWarningDialog extends SystemUIDialog if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { if (D.BUG) Log.d(TAG, "Received ACTION_CLOSE_SYSTEM_DIALOGS"); cancel(); cleanUp(); } } }; Loading Loading
packages/SystemUI/src/com/android/systemui/volume/SafetyWarningDialog.java +0 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,6 @@ abstract public class SafetyWarningDialog extends SystemUIDialog if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { if (D.BUG) Log.d(TAG, "Received ACTION_CLOSE_SYSTEM_DIALOGS"); cancel(); cleanUp(); } } }; Loading