mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-05 16:45:08 +00:00
Remove unneeded casts
This commit is contained in:
@@ -125,7 +125,7 @@ public class DeviceFragment extends Fragment {
|
||||
|
||||
});
|
||||
|
||||
final Button pairButton = (Button) rootView.findViewById(R.id.pair_button);
|
||||
final Button pairButton = rootView.findViewById(R.id.pair_button);
|
||||
pairButton.setOnClickListener(view -> {
|
||||
pairButton.setVisibility(View.GONE);
|
||||
((TextView) rootView.findViewById(R.id.pair_message)).setText("");
|
||||
|
Reference in New Issue
Block a user