|
@@ -135,7 +135,7 @@
|
|
|
|
|
|
- (void)reloadDocumentWithFilePath:(NSString *)filePath completion:(void (^)(BOOL result))completion {
|
|
|
|
|
|
- self.title = [[filePath lastPathComponent] stringByDeletingPathExtension];
|
|
|
+ self.title = @"Viewer";
|
|
|
_navigationTitle = self.title;
|
|
|
//
|
|
|
[self.titleButton setTitle:self.title forState:UIControlStateNormal];
|