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

Verified Commit efe46005 authored by Yash Garg's avatar Yash Garg 💬
Browse files

chore: some fixes

parent 531ff4bf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -217,6 +217,8 @@ public class GridFolder extends Folder implements OnAlarmListener {
            wobbleFolder(false);
        }

        showOrHideDesktop(mLauncher, false);

        super.handleClose(animate);
    }

+4 −4
Original line number Diff line number Diff line
@@ -53,10 +53,10 @@ class WidgetsActivity : Activity(), OnActionClickListener {

        val addedWidgets = findViewById<RecyclerView>(R.id.added_widgets_recycler_view)
        addedWidgets.apply {
            addedWidgets.layoutManager = LinearLayoutManager(this@WidgetsActivity)
            addedWidgets.setHasFixedSize(false)
            addedWidgets.isNestedScrollingEnabled = false
            addedWidgets.addItemDecoration(
            layoutManager = LinearLayoutManager(this@WidgetsActivity)
            setHasFixedSize(false)
            isNestedScrollingEnabled = false
            addItemDecoration(
                DividerItemDecoration(this@WidgetsActivity, DividerItemDecoration.VERTICAL)
            )
        }
+7 −7
Original line number Diff line number Diff line
[versions]
agp = "7.4.0"
kotlin = "1.7.20"
agp = "7.4.2"
kotlin = "1.9.20"
#noinspection GradleDependency
spotless = "6.13.0"

@@ -14,19 +14,19 @@ google-protobuf = "com.google.protobuf:0.9.1"
#noinspection GradleDependency
androidx-core = "androidx.core:core-ktx:1.9.0"
androidx-dynamicanimation = "androidx.dynamicanimation:dynamicanimation:1.0.0"
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.1"
androidx-preference = "androidx.preference:preference-ktx:1.2.0"
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.2"
androidx-preference = "androidx.preference:preference-ktx:1.2.1"
androidx-slice-view = "androidx.slice:slice-view:1.0.0"

airbnb-lottie = "com.airbnb.android:lottie:6.0.1"
airbnb-lottie = "com.airbnb.android:lottie:6.1.0"
build-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
e-telemetry = "foundation.e.lib:telemetry:0.0.10-alpha"
e-telemetry = "foundation.e.lib:telemetry:0.0.11-alpha"
timber = "com.jakewharton.timber:timber:5.0.1"
elib = "foundation.e:elib:0.0.1-alpha11"
#noinspection GradleDependency
google-material = "com.google.android.material:material:1.6.1"
google-protobuf-javalite = "com.google.protobuf:protobuf-javalite:3.21.1"
hoko-blur = "io.github.hokofly:hoko-blur:1.4.0"
hoko-blur = "io.github.hokofly:hoko-blur:1.5.3"
reactivex-rxkotlin3 = "io.reactivex.rxjava3:rxkotlin:3.0.1"

square-retrofit = "com.squareup.retrofit2:retrofit:2.9.0"