Skip to content

Commit

Permalink
Rename from ExperimentalFunctions to ExperimentalFeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Apr 15, 2024
1 parent 8e58910 commit 1e9025a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import uk.openvk.android.legacy.R;
import uk.openvk.android.legacy.core.activities.base.TranslucentPreferenceActivity;

public class ExperimentalFunctionsActivity extends TranslucentPreferenceActivity {
public class ExperimentalFeaturesActivity extends TranslucentPreferenceActivity {
private SharedPreferences global_prefs;

@Override
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/xml/preferences_debug.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
android:title="@string/use_legacy_http_client"
android:summary="@string/use_legacy_http_client_description"/>

<Preference
android:key="experimentalFuncs"
android:title="@string/experimental_functions"
android:layout="@layout/pref_widget"/>
<Preference
android:key="experimentalFeats"
android:layout="@layout/pref_widget"
android:title="@string/experimental_features" />


<Preference
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/preferences_experimental.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
android:layout_height="wrap_content"
android:key="restart_required"
android:layout="@layout/pref_notification"
android:title="@string/experimental_functions_description" />
android:title="@string/experimental_features_description" />
<CheckBoxPreference
android:defaultValue="false"
android:key="video_ffmpeg_player"
Expand Down

0 comments on commit 1e9025a

Please sign in to comment.