Skip to content

Commit 7f3ce8a

Browse files
author
Landice Fu
committed
set isEditable for preference
1 parent 5666b9e commit 7f3ce8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

debug-db/src/main/java/com/amitshekhar/utils/PrefHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public static Response getAllPrefTableName(Context context) {
8787
public static TableDataResponse getAllPrefData(Context context, String tag) {
8888

8989
TableDataResponse response = new TableDataResponse();
90+
response.isEditable = true;
9091
response.isSuccessful = true;
9192
response.isSelectQuery = true;
9293

0 commit comments

Comments
 (0)