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

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

remove help and feedback

parent 22f40cd1
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -104,8 +104,7 @@ class MainActivity : QkThemedActivity(), MainView {
                backup.clicks().map { NavItem.BACKUP },
                scheduled.clicks().map { NavItem.SCHEDULED },
                blocking.clicks().map { NavItem.BLOCKING },
                settings.clicks().map { NavItem.SETTINGS },
                help.clicks().map { NavItem.HELP },
                settings.clicks().map { NavItem.SETTINGS }
                ))
    }
    override val optionsItemIntent: Subject<Int> = PublishSubject.create()
+1 −1
Original line number Diff line number Diff line
@@ -52,4 +52,4 @@ interface MainView : QkView<MainState> {

}

enum class NavItem { BACK, INBOX, ARCHIVED, BACKUP, SCHEDULED, BLOCKING, SETTINGS,  HELP }
 No newline at end of file
enum class NavItem { BACK, INBOX, ARCHIVED, BACKUP, SCHEDULED, BLOCKING, SETTINGS }
 No newline at end of file
+0 −2
Original line number Diff line number Diff line
@@ -263,8 +263,6 @@ class MainViewModel @Inject constructor(
                        NavItem.SCHEDULED -> navigator.showScheduled()
                        NavItem.BLOCKING -> navigator.showBlockedConversations()
                        NavItem.SETTINGS -> navigator.showSettings()

                        NavItem.HELP -> navigator.showSupport()
                        else -> Unit
                    }
                    drawerItem
+0 −20
Original line number Diff line number Diff line
@@ -167,26 +167,6 @@
        </LinearLayout>


        <LinearLayout
            android:id="@+id/help"
            style="@style/DrawerRow">

            <ImageView
                style="@style/DrawerIcon"
                android:src="@lineageos.platform:drawable/ic_help"
                android:tint="?android:attr/textColorSecondary" />

            <com.moez.QKSMS.common.widget.QkTextView
                style="@style/DrawerText"
                android:text="@string/drawer_help" />

        </LinearLayout>






    </LinearLayout>

</ScrollView>
 No newline at end of file