2
0
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:
Nicolas Fella
2018-10-26 23:49:38 +02:00
parent c1426584c1
commit 9650660e4a
15 changed files with 29 additions and 29 deletions

View File

@@ -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("");