mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-10-03 13:07:42 +00:00
Make final where possible
This commit is contained in:
@@ -349,7 +349,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
void onNameChanged(String newName);
|
||||
}
|
||||
|
||||
private Set<NameChangeCallback> nameChangeSubscribers = new HashSet<>();
|
||||
private final Set<NameChangeCallback> nameChangeSubscribers = new HashSet<>();
|
||||
|
||||
public void addNameChangeCallback(NameChangeCallback cb) {
|
||||
nameChangeSubscribers.add(cb);
|
||||
|
Reference in New Issue
Block a user