diff options
Diffstat (limited to 'src/com/android/settings/MediaFormat.java')
-rw-r--r-- | src/com/android/settings/MediaFormat.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/settings/MediaFormat.java b/src/com/android/settings/MediaFormat.java index e414569..40ae0d7 100644 --- a/src/com/android/settings/MediaFormat.java +++ b/src/com/android/settings/MediaFormat.java @@ -147,7 +147,7 @@ public class MediaFormat extends Activity { * click in order to initiate a confirmation sequence. This method is * called from various other points in the code to reset the activity to * this base state. - * + * * <p>Reinflating views from resources is expensive and prevents us from * caching widget pointers, so we use a single-inflate pattern: we lazy- * inflate each view, caching all of the widget pointers we'll need at the @@ -172,7 +172,7 @@ public class MediaFormat extends Activity { mInitialView = null; mFinalView = null; mInflater = LayoutInflater.from(this); - mLockUtils = new LockPatternUtils(getContentResolver()); + mLockUtils = new LockPatternUtils(this); establishInitialState(); } |