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

Commit af599567 authored by narinder Rana's avatar narinder Rana
Browse files

change attach feb icon color day_night

parent 3d1904fa
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ import android.view.Menu
import android.view.MenuItem
import androidx.appcompat.app.AlertDialog
import androidx.core.app.ActivityCompat
import androidx.core.content.ContextCompat
import androidx.core.view.isVisible
import androidx.lifecycle.ViewModelProvider
import androidx.lifecycle.ViewModelProviders
@@ -148,7 +149,7 @@ class ComposeActivity : QkThemedActivity(), ComposeView {

        theme
                .doOnNext { loading.setTint(it.theme) }
                .doOnNext { attach.setTint(it.textPrimary) }
                .doOnNext { attach.setTint(ContextCompat.getColor(this, R.color.colorPrimaryDark)) }
                .doOnNext { messageAdapter.theme = it }
                .autoDisposable(scope())
                .subscribe()