mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-12 10:32:36 +00:00
spotbugs: remove unused view variable
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
0a3b23ba57
commit
2eee665374
@ -77,7 +77,6 @@ import com.nextcloud.talk.models.json.generic.GenericOverall;
|
|||||||
import com.nextcloud.talk.models.json.userprofile.UserProfileOverall;
|
import com.nextcloud.talk.models.json.userprofile.UserProfileOverall;
|
||||||
import com.nextcloud.talk.utils.ApiUtils;
|
import com.nextcloud.talk.utils.ApiUtils;
|
||||||
import com.nextcloud.talk.utils.DisplayUtils;
|
import com.nextcloud.talk.utils.DisplayUtils;
|
||||||
import com.nextcloud.talk.utils.DoNotDisturbUtils;
|
|
||||||
import com.nextcloud.talk.utils.LoggingUtils;
|
import com.nextcloud.talk.utils.LoggingUtils;
|
||||||
import com.nextcloud.talk.utils.SecurityUtils;
|
import com.nextcloud.talk.utils.SecurityUtils;
|
||||||
import com.nextcloud.talk.utils.bundle.BundleKeys;
|
import com.nextcloud.talk.utils.bundle.BundleKeys;
|
||||||
@ -132,8 +131,6 @@ public class SettingsController extends BaseController {
|
|||||||
private static final int ID_REMOVE_ACCOUNT_WARNING_DIALOG = 0;
|
private static final int ID_REMOVE_ACCOUNT_WARNING_DIALOG = 0;
|
||||||
@BindView(R.id.settings_screen)
|
@BindView(R.id.settings_screen)
|
||||||
MaterialPreferenceScreen settingsScreen;
|
MaterialPreferenceScreen settingsScreen;
|
||||||
@BindView(R.id.settings_proxy_choice)
|
|
||||||
MaterialChoicePreference proxyChoice;
|
|
||||||
@BindView(R.id.settings_proxy_port_edit)
|
@BindView(R.id.settings_proxy_port_edit)
|
||||||
MaterialEditTextPreference proxyPortEditText;
|
MaterialEditTextPreference proxyPortEditText;
|
||||||
@BindView(R.id.settings_licence)
|
@BindView(R.id.settings_licence)
|
||||||
|
Loading…
Reference in New Issue
Block a user