update layout, remove unneeded call
This commit is contained in:
parent
747aa2f0e0
commit
193fc7adee
|
@ -177,7 +177,6 @@ public class FeedInfoActivity extends ActionBarActivity {
|
|||
feed, checked);
|
||||
dialog.createNewDialog().show();
|
||||
});
|
||||
cbxGlobalRefresh.setEnabled(true);
|
||||
cbxGlobalRefresh.setChecked(prefs.getGlobalRefresh());
|
||||
cbxGlobalRefresh.setOnCheckedChangeListener((compoundButton, checked) -> {
|
||||
feed.getPreferences().setGlobalRefresh(checked);
|
||||
|
|
|
@ -187,10 +187,10 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="@string/global_refresh"
|
||||
android:enabled="false"
|
||||
android:enabled="true"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
tools:background="@android:color/holo_red_light"
|
||||
android:checked="false" />
|
||||
android:checked="true" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/txtvAuthentication"
|
||||
|
|
Loading…
Reference in New Issue