0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00

Put findViewById() on one line

Because Android Studio can't stand the line break.
This commit is contained in:
Markus Fisch 2019-03-18 22:15:07 +01:00
parent 3782fa8360
commit d8a9043f94

View File

@ -40,9 +40,7 @@ class HistoryFragment : Fragment() {
false
)
val useHistorySwitch = view.findViewById(
R.id.use_history
) as SwitchCompat
val useHistorySwitch = view.findViewById(R.id.use_history) as SwitchCompat
initHistorySwitch(useHistorySwitch)
listView = view.findViewById(R.id.scans)