mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Removing uneeded line in the "Report a bug" help category in settings
This commit is contained in:
parent
e80f463bd1
commit
cc63fa3eca
@ -853,7 +853,7 @@ class ConversationActivityV2 : PassphraseRequiredActionBarActivity(), InputBarDe
|
||||
// Conversation should be deleted now, just go back
|
||||
finish()
|
||||
}
|
||||
|
||||
|
||||
binding.inputBar.isGone = uiState.hideInputBar
|
||||
}
|
||||
}
|
||||
|
@ -7,9 +7,6 @@
|
||||
android:title="@string/helpReportABug"
|
||||
android:summary="@string/helpReportABugExportLogsDescription"
|
||||
android:widgetLayout="@layout/export_logs_widget" />
|
||||
|
||||
<!-- Note: Having this as `android:layout` rather than `android:layoutWidget` allows it to fit the screen width -->
|
||||
<Preference android:layout="@layout/preference_widget_progress" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory>
|
||||
|
Loading…
Reference in New Issue
Block a user