mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 06:55:42 +03:00
Spotbugs: remove superclass field masking fields inherited from BaseActivity
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
093e6a15bc
commit
09012cce6a
1 changed files with 3 additions and 4 deletions
|
@ -178,14 +178,13 @@ public class CallActivity extends CallBaseActivity {
|
|||
|
||||
@Inject
|
||||
NcApi ncApi;
|
||||
@Inject
|
||||
EventBus eventBus;
|
||||
|
||||
@Inject
|
||||
UserManager userManager;
|
||||
@Inject
|
||||
AppPreferences appPreferences;
|
||||
|
||||
@Inject
|
||||
Cache cache;
|
||||
|
||||
@Inject
|
||||
PlatformPermissionUtil permissionUtil;
|
||||
|
||||
|
|
Loading…
Reference in a new issue