Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c0af977 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Merge pull request #1 from pvagner/master

Fixed some lint errors
parents 6186c987 47f885d1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -44,9 +44,14 @@ android {
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_6
    }
    lintOptions {
        // TODO: Remove MissingTranslation once we have stable strings and proper translations.
        disable 'MissingTranslation'
    }
}

dependencies {
    compile 'com.android.support:support-v4:23.1.1'
    compile 'com.android.support:appcompat-v7:23.1.1'
}
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ public abstract class PreferenceFragment extends Fragment {
    @Override
    public void onActivityCreated(Bundle savedInstanceState) {
        super.onActivityCreated(savedInstanceState);
        getListView().setScrollBarStyle(0);
        getListView().setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);
        if (mHavePrefs) {
            bindPreferences();
        }
+1 −1

File changed.

Contains only whitespace changes.