mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +01: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
@ -178,14 +178,13 @@ public class CallActivity extends CallBaseActivity {
|
|||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
NcApi ncApi;
|
NcApi ncApi;
|
||||||
@Inject
|
|
||||||
EventBus eventBus;
|
|
||||||
@Inject
|
@Inject
|
||||||
UserManager userManager;
|
UserManager userManager;
|
||||||
@Inject
|
|
||||||
AppPreferences appPreferences;
|
|
||||||
@Inject
|
@Inject
|
||||||
Cache cache;
|
Cache cache;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
PlatformPermissionUtil permissionUtil;
|
PlatformPermissionUtil permissionUtil;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user