Browse Source

Fix shortcut related bugs

Tanner Bennett 6 years ago
parent
commit
8ef3a78386
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcut.m

+ 2 - 2
Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcut.m

@@ -109,7 +109,7 @@
         return [self.metadata suggestedAccessoryTypeWithTarget:object];
     }
 
-    return UITableViewCellAccessoryDisclosureIndicator;
+    return UITableViewCellAccessoryNone;
 }
 
 - (NSString *)customReuseIdentifierWith:(id)object {
@@ -117,7 +117,7 @@
         return kFLEXCodeFontCell;
     }
 
-    return nil;
+    return kFLEXMultilineCell;
 }
 
 #pragma mark - Helpers