Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neil Alexander
element-android
Commits
aefcb484
Commit
aefcb484
authored
May 12, 2021
by
Valere
Browse files
Cleaning
parent
eb18b235
Changes
3
Hide whitespace changes
Inline
Side-by-side
vector/src/main/java/im/vector/app/features/rageshake/BugReportActivity.kt
View file @
aefcb484
...
...
@@ -34,12 +34,6 @@ import org.matrix.android.sdk.api.extensions.tryOrNull
import
timber.log.Timber
import
javax.inject.Inject
enum
class
ReportType
{
BUG_REPORT
,
SUGGESTION
,
SPACE_BETA_FEEDBACK
}
/**
* Form to send a bug report
*/
...
...
vector/src/main/java/im/vector/app/features/rageshake/BugReporter.kt
View file @
aefcb484
...
...
@@ -18,7 +18,6 @@ package im.vector.app.features.rageshake
import
android.annotation.SuppressLint
import
android.content.Context
import
android.content.Intent
import
android.graphics.Bitmap
import
android.graphics.Canvas
import
android.os.Build
...
...
vector/src/main/java/im/vector/app/features/rageshake/ReportType.kt
0 → 100644
View file @
aefcb484
/*
* Copyright (c) 2021 New Vector Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
im.vector.app.features.rageshake
enum
class
ReportType
{
BUG_REPORT
,
SUGGESTION
,
SPACE_BETA_FEEDBACK
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment