Skip to content

Commit

Permalink
TouchGestures: Changes for Awaken
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnakantShedge committed Dec 9, 2021
1 parent 5bd1bc7 commit 957128d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion res/xml/touchscreen_gesture_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:key="touchscreen_gesture_settings"
android:title="@string/touchscreen_gesture_settings_title">

<com.ssos.support.preferences.SystemSettingSwitchPreference
<com.awaken.support.preferences.SystemSettingSwitchPreference
android:key="touchscreen_gesture_haptic_feedback"
android:title="@string/touchscreen_gestures_haptic_feedback_title"
android:summary="@string/touchscreen_gestures_haptic_feedback_summary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
import androidx.preference.PreferenceFragment;
import androidx.preference.PreferenceManager;

import com.android.internal.custom.hardware.LineageHardwareManager;
import com.android.internal.custom.hardware.TouchscreenGesture;
import com.android.internal.awaken.hardware.LineageHardwareManager;
import com.android.internal.awaken.hardware.TouchscreenGesture;

import com.android.touch.gestures.R;
import com.android.touch.gestures.utils.ResourceUtils;
Expand Down

0 comments on commit 957128d

Please sign in to comment.